{php include $this->template('../web/config/template/header/top')} {loop $this->top_nav $keys} {if $keys} {php include $this->template('../web/config/template/'.$keys['name'].'/index_'.$keys['index'])} {/if} {if $keys['name'] == nav} {php break;} {/if} {/loop} {if $this->advs['adv']}
{php echo $this->advs['name']}
{/if}