mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 70 menu working. Not yet completed source
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8590 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d803e8b89d
commit
683f041593
12 changed files with 393 additions and 292 deletions
|
|
@ -29,9 +29,9 @@
|
|||
</div>
|
||||
<div class="gnb jx">
|
||||
<ul>
|
||||
<li class="activeOn"><a href="#">Dashboard</a></li>
|
||||
<!--li class="activeOn"><a href="#">Dashboard</a></li-->
|
||||
<!--@foreach($lang->menu_gnb AS $key=>$value)-->
|
||||
<li><a href="{$gnbUrlList[$key]}">{$value}</a>
|
||||
<li <!--@if($category == $key)-->class="activeOn"<!--@end-->><a href="{$gnbUrlList[$key]}">{$value}</a>
|
||||
<!--@if(count($lang->menu_gnb_sub[$key]) > 0)-->
|
||||
<ul>
|
||||
<!--@foreach($lang->menu_gnb_sub[$key] AS $key2=>$value2)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue