mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
- HTML entities: & should be written as & - hide useless end tag of <ul>: on the layout insert page, detail setting was hidden but '</ul>' was not hidden. Fixed: Hide '</ul>' when XE hide the detail setting of layout, during inserting layout. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11064 201d5d3c-b55e-5fd7-737f-ddc643e51545
10 lines
No EOL
410 B
HTML
10 lines
No EOL
410 B
HTML
<div class="lnb">
|
|
<h2 class="h2">{$gnbUrlList[$parentSrl]['text']}</h2>
|
|
<ul>
|
|
<!--@if(count($gnbUrlList[$parentSrl]['list']) > 0)-->
|
|
<!--@foreach($gnbUrlList[$parentSrl]['list'] AS $key=>$value)-->
|
|
<li <!--@if($value['text'] == $subMenuTitle)-->class="active"<!--@end-->><a href="{htmlspecialchars(html_entity_decode($value['href']))}">{$value['text']}</a></li>
|
|
<!--@end-->
|
|
<!--@end-->
|
|
</ul>
|
|
</div> |