1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/nav_content.tpl

5 lines
109 B
Smarty
Raw Normal View History

2013-04-09 19:53:44 +03:00
{if $nav_content}
2013-04-06 22:06:48 +03:00
<div class="nav-group">
2013-04-09 19:53:44 +03:00
{include file="navs/nav.$nav_content.content.tpl"}
2013-04-06 22:06:48 +03:00
</div>
{/if}