Merge branch 'g5'
This commit is contained in:
11
head.php
11
head.php
@ -29,12 +29,11 @@ if (G5_IS_MOBILE) {
|
||||
|
||||
<div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
|
||||
|
||||
<?php if(defined('_INDEX_')) { // index에서만 실행 ?>
|
||||
<div id="hd_pop">
|
||||
<h2>팝업레이어 알림</h2>
|
||||
<?php include G5_BBS_PATH.'/newwin.inc.php'; // 팝업레이어 ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php
|
||||
if(defined('_INDEX_')) { // index에서만 실행
|
||||
include G5_BBS_PATH.'/newwin.inc.php'; // 팝업레이어
|
||||
}
|
||||
?>
|
||||
|
||||
<div id="hd_wrapper">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user