mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
issue 522 default status change to close
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9674 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee84132327
commit
349434a372
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ xe.lang.confirm_delete = "{$lang->confirm_delete}";
|
|||
|
||||
<h2 class="h2"><input name="title" value="{$value->title}" /></h2>
|
||||
<a href="#nav_{$key}" class="tgMap">{$lang->collapsing}/{$lang->expanding}</a>
|
||||
<ul class="lined" id="nav_{$key}" cond="count($value->menuItems->list > 0)" <!--@if(!$_COOKIE['sitemap_toggle_#nav_'.$key])-->style="display:none;"<!--@end-->>
|
||||
<ul class="lined" id="nav_{$key}" cond="count($value->menuItems->list > 0)" <!--@if($_COOKIE['sitemap_toggle_#nav_'.$key])-->style="display:none;"<!--@end-->>
|
||||
<block loop="$value->menuItems->list=>$key2,$value2">
|
||||
{@$item = $value2}
|
||||
<include target="sitemap.item.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue