Skip to content

Commit

Permalink
Исправлено подключение навигации в плагинах
Browse files Browse the repository at this point in the history
  • Loading branch information
deniart committed May 16, 2014
1 parent abf0e30 commit 3e971c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
{if in_array($sNav, $aMenuContainers)}
{$aMenuFetch.$sNav}
{else}
{include "navs/nav.$sNav.tpl"}
{include "{$sNavPath}navs/nav.$sNav.tpl"}
{/if}
{/if}
</div>
Expand Down

0 comments on commit 3e971c1

Please sign in to comment.