{assign var=children value=$Site->getNavigation()} {assign var=placeholder value=$Site->getProject()->getMedia()->getPlaceholder()} {if count($children)} getAttribute('icons')} class="qui-menu-dropdown--with-icons"{/if}> {if $this->getAttribute('showHomeTitle') || $this->getAttribute('showHomeIcon')}
  • {assign var=First value=$Site->getProject()->firstChild()} {if $this->getAttribute('showHomeIcon')} {/if} {if $this->getAttribute('showHomeTitle')} {$First->getAttribute('title')} {/if}
  • {/if} {foreach from=$children item=Child}
  • {$Child->getAttribute('title')} {if $Child->hasChildren()} {include file="`$FileMenu`" Site=$Child placeholder=$placeholder} {/if}
  • {/foreach} {/if}