mobile skin 적용중
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
|
||||
if (G4_IS_MOBILE) {
|
||||
include_once($g4['path'].'/mobile.tail.php');
|
||||
}
|
||||
?>
|
||||
|
||||
<? if ($is_admin == 'super') { ?><!-- <div style='float:left; text-align:center;'>RUN TIME : <?=get_microtime()-$begin_time;?><br></div> --><? } ?>
|
||||
|
||||
Reference in New Issue
Block a user