mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
issue 1484 when change default url, apply to admin menu.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10309 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
51c9c66f12
commit
3257297dbb
2 changed files with 6 additions and 3 deletions
|
|
@ -17,9 +17,9 @@
|
|||
</div>
|
||||
<div class="gnb jx">
|
||||
<ul>
|
||||
<li loop="$gnbUrlList=>$key,$value" class="activeOn"|cond="$parentSrl==$key"><a href="{$value['href']}">{$value['text']}</a>
|
||||
<li loop="$gnbUrlList=>$key,$value" class="activeOn"|cond="$parentSrl==$key"><a href="{getFullUrl('')}{$value['href']}">{$value['text']}</a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2"><a href="{$value2['href']}">{$value2['text']}</a></li>
|
||||
<li loop="$value['list']=>$key2,$value2"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue