mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
issue 2001 fixed. Modify the position of the "BookMark".
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11008 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f46d517c44
commit
942e525a77
7 changed files with 128 additions and 73 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="gnb">
|
||||
<ul class="nav">
|
||||
<ul class="nav-gnb">
|
||||
<li loop="$gnbUrlList=>$key,$value" class="activeOn"|cond="$parentSrl==$key"><a href="{getFullUrl('')}{$value['href']}"><span>{$value['text']}</span></a>
|
||||
<ul cond="count($value['list'])">
|
||||
<li loop="$value['list']=>$key2,$value2"><a href="{getFullUrl('')}{$value2['href']}">{$value2['text']}</a></li>
|
||||
|
|
@ -37,4 +37,4 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="body"|cond="!is_array($favorite_list) || count($favorite_list) < 1" class="body shortcut"|cond="!is_array($favorite_list) || count($favorite_list) >= 1">
|
||||
<div class="body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue