blob: 697d2dcda7fe5eb43ec38ed1e2fb43eae13e1b2c (
plain)
1
|
<li id="structure-node-{$that.structure_id}" content_id="{$that.content_id}" structure_id="{$that.structure_id}">{if $that.structure_id==$smarty.request.structure_id}class="highlight"{/if}><a href="{$smarty.const.WIKI_PKG_URL}index.php?structure_id={$that.structure_id}">{$that.title|escape}</a></li>{if $that.sub}<li><ul id="structure-branch-{$that.structure_id}">{section name=xitem loop=$that.sub}{include file="bitpackage:liberty/structure_toc_level.tpl" that=$that.sub[xitem]}{/section}</ul></li>{/if}
|