메뉴 위치 구분자 추가
차후 각 종 스킨들의 활용을 위한 메뉴 위치 구분자 추가
This commit is contained in:
parent
67e3a58e9f
commit
8a2129b204
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if($header_pos['cs_value'] != 'N') {
|
|||
</div>
|
||||
|
||||
<!-- PC 메뉴 영역 -->
|
||||
<header id="header">
|
||||
<header id="header" data-headerpos="<?=$header_pos['cs_value']?>">
|
||||
<?
|
||||
@include_once($menu_skin_path."/css.config.php");
|
||||
@include_once($menu_skin_path."/menu.{$header_pos['cs_value']}.inc.php");
|
||||
|
|
|
|||
Loading…
Reference in a new issue