1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-29 04:55:02 +03:00

fix plugin page

This commit is contained in:
Mzhelskiy Maxim 2012-07-03 08:07:09 +04:00
parent 01ad0fb7cd
commit fd3cc6d63f

View file

@ -1,3 +1,3 @@
{foreach from=$aPagesMain item=oPage}
<li {if $sAction=='page' and $sEvent==$oPage->getUrl()}class="active"{/if}><a href="{router page='page'}{$oPage->getUrlFull()}/" >{$oPage->getTitle()}</a></li>
<li {if $sAction=='page' and $sEvent==$oPage->getUrl()}class="active"{/if}><a href="{router page='page'}{$oPage->getUrlFull()}/" >{$oPage->getTitle()}</a><i></i></li>
{/foreach}