HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/admin/templates/ordercontent_tree.tpl
<ul class="sortableList {if $depth==1}sortable{/if}">
{foreach from=$list item='child'}
{strip}
  {assign var='obj' value=$child->getContent()}
  <li id="page_{$obj->Id()}"><div class="label"><span>&nbsp;</span>{$obj->Hierarchy()}:&nbsp;{$obj->Name()} <em>({$obj->MenuText()})</em></div>
  {if $child->has_children()}
    {include file="ordercontent_tree.tpl" list=$child->getChildren() depth=$depth+1 tree=''}
  {/if}
  </li>
{/strip}
{/foreach}
</ul>