1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/templates/skin/developer/header_nav.tpl
2011-04-27 18:51:14 +00:00

5 lines
141 B
Smarty

{if $menu}
<div id="nav">
{if in_array($menu,$aMenuContainers)}{$aMenuFetch.$menu}{else}{include file="menu.$menu.tpl"}{/if}
</div>
{/if}