command 계열 함수 func_command.php 로 이전

baclButton(), CoreBackButton(), closeButton()을 echo에서 return string 타입으로
This commit is contained in:
2018-03-03 17:46:23 +09:00
parent f66238bb38
commit d1026aae0f
51 changed files with 1917 additions and 1878 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ if($me['userlevel'] < 5) {
<body>
관리자가 아닙니다.<br>
";
banner();
echo banner();
echo "
</body>
</html>";
@@ -51,7 +51,7 @@ if($general['no'] > 0) {
<body>
이미 있습니다.<br>
";
banner();
echo banner();
echo "
</body>
</html>";