1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/templates/skin/developer/header_nav.tpl

5 lines
141 B
Smarty
Raw Normal View History

2010-06-05 13:08:13 +03:00
{if $menu}
<div id="nav">
2011-04-27 21:51:14 +03:00
{if in_array($menu,$aMenuContainers)}{$aMenuFetch.$menu}{else}{include file="menu.$menu.tpl"}{/if}
2010-06-05 13:08:13 +03:00
</div>
{/if}