mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Admin GNB toggle
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14024da697
commit
30e17913ac
3 changed files with 11 additions and 14 deletions
|
|
@ -20,9 +20,9 @@
|
|||
</div>
|
||||
</header>
|
||||
<!-- BODY -->
|
||||
<div class="body wide">
|
||||
<div class="body <!--@if($_COOKIE['__xe_admin_gnb_status'] == 'close')-->wide<!--@end-->">
|
||||
<!-- GNB -->
|
||||
<nav class="gnb" id="gnb">
|
||||
<nav class="gnb <!--@if($_COOKIE['__xe_admin_gnb_status'] == 'open')-->open<!--@end-->" id="gnb">
|
||||
<a href="#gnbNav"><i class="x_icon-align-justify x_icon-white"></i><b></b> 메뉴열기/닫기</a>
|
||||
<ul id="gnbNav">
|
||||
<!--@foreach($gnbUrlList AS $key=>$value)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue