diff --git a/interface/i/guestbook/index.php b/interface/i/guestbook/index.php index 8a444cdf5..b4bbcfbcd 100644 --- a/interface/i/guestbook/index.php +++ b/interface/i/guestbook/index.php @@ -5,6 +5,8 @@ define('__TEXTCUBE_IPHONE__', true); require ROOT . '/library/preprocessor.php'; requireView('iphoneView'); +printMobileHTMLHeader(); +printMobileHTMLMenu('','guestbook'); if(isset($suri['id'])) $page = $suri['id']; else $page = 1; ?> @@ -18,3 +20,6 @@ ?> + diff --git a/interface/i/login/index.php b/interface/i/login/index.php index 348b5ba6e..fb393af14 100644 --- a/interface/i/login/index.php +++ b/interface/i/login/index.php @@ -12,6 +12,7 @@ ); define('__TEXTCUBE_IPHONE__', true); require ROOT . '/library/preprocessor.php'; +requireView('iphoneView'); if (isset($_GET['loginid'])) $_POST['loginid'] = $_GET['loginid']; if (isset($_GET['password'])) @@ -41,17 +42,18 @@ $message=_text('권한이 없습니다.'); } } - if(!doesHaveOwnership()) { + printMobileHTMLHeader(); + printMobileHTMLMenu(); ?>