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
+5 -5
View File
@@ -150,14 +150,14 @@ echo '
<tr><td class="bg1" align="center">'.$name.'</td></tr>
<tr><td>
';
if($type == 1) CoreBackButton();
else backButton();
if($type == 1) echo CoreBackButton();
else echo backButton();
}
function ender($type=0) {
if($type == 1) CoreBackButton();
else backButton();
banner();
if($type == 1) echo CoreBackButton();
else echo backButton();
echo banner();
echo "
</td></tr>
</table>";