diff --git a/i_entrance/adminPost.php b/i_entrance/adminPost.php index 92abf050..711ce6e6 100644 --- a/i_entrance/adminPost.php +++ b/i_entrance/adminPost.php @@ -32,7 +32,7 @@ function doServerModeSet($server, $select, &$response){ $realServerPath = realpath(dirname(__FILE__)).W.$serverPath; if($select == 0) { //폐쇄 - $templates = new Plates('templates'); + $templates = new League\Plates\Engine('templates'); //TODO: .htaccess가 서버 오픈에도 사용될 수 있으니 별도의 방법이 필요함 diff --git a/i_other/help.php b/i_other/help.php index 9fd5a23c..282cd676 100644 --- a/i_other/help.php +++ b/i_other/help.php @@ -57,19 +57,19 @@ font { font-family:'맑은 고딕'; line-height:110%; }
-| 도 움 말 |
| ;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='시작하기' onclick=location.replace('help.php?category=0')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='회원가입' onclick=location.replace('help.php?category=1')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='접속관리' onclick=location.replace('help.php?category=2')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='캐릭터생성' onclick=location.replace('help.php?category=3')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='명령입력' onclick=location.replace('help.php?category=4')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='인터페이스' onclick=location.replace('help.php?category=5')> | -;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='일반장수' onclick=location.replace('help.php?category=6')> | -;color:white;width:123px;height:50px;font-weight:bold;font-size:13; value='FAQ' onclick=location.replace('help.php?category=7')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='시작하기' onclick=location.replace('help.php?category=0')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='회원가입' onclick=location.replace('help.php?category=1')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='접속관리' onclick=location.replace('help.php?category=2')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='캐릭터생성' onclick=location.replace('help.php?category=3')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='명령입력' onclick=location.replace('help.php?category=4')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='인터페이스' onclick=location.replace('help.php?category=5')> | +;color:white;width:125px;height:50px;font-weight:bold;font-size:13px; value='일반장수' onclick=location.replace('help.php?category=6')> | +;color:white;width:123px;height:50px;font-weight:bold;font-size:13px; value='FAQ' onclick=location.replace('help.php?category=7')> |
| 시 작 하 기 | |||||||||||||||||||||||||||||||||
@@ -131,7 +131,7 @@ if($category == 0) {
} elseif($category == 1) {
?>
-
|