{ac_js base=".." acglobal="dom"}

{"Wizard Navigation"|alang}

{foreach name="wizard" from=$wizard_array_projects item=w} {if $wizard_pos_projects eq $smarty.foreach.wizard.index} {assign var="selected" value=true} {else} {assign var="selected" value=false} {/if} {if $w.href eq ""} {$w.text|truncate:18:"...":true|html} {if isset($w.subopen) and $w.subopen and count($w.subitems) > 0} +
{foreach from=$w.subitems item=i}
  • {$i.text|html} {/foreach}
  • {/if} {else} {$w.text|truncate:18:"...":true|html} {if isset($w.subopen) and $w.subopen and count($w.subitems) > 0}
    +
    {foreach from=$w.subitems item=i}
  • {$i.text|html}
  • {/foreach}
    {/if} {/if} {/foreach}