1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 11:40:48 +03:00

Хуки для меню

This commit is contained in:
Mzhelskiy Maxim 2010-05-01 16:29:37 +00:00
parent 90df769613
commit 785182ec60
14 changed files with 18 additions and 8 deletions

View file

@ -41,6 +41,7 @@
</ul>
{/if}
</li>
{hook run='menu_blog'}
</ul>

View file

@ -5,4 +5,5 @@
<li {if $sMenuItemSelect=='admin'}class="active"{/if}><a href="{router page='blog'}admin/{$oBlogEdit->getId()}/">{$aLang.blog_admin_users}</a></li>
</ul>
</li>
{hook run='menu_blog_edit'}
</ul>

View file

@ -6,4 +6,5 @@
<li {if $sEvent=='new'}class="active"{/if}><a href="{router page='people'}new/">{$aLang.people_menu_users_new}</a></li>
</ul>
</li>
{hook run='menu_people'}
</ul>

View file

@ -20,4 +20,5 @@
</ul>
{/if}
</li>
{hook run='menu_profile'}
</ul>

View file

@ -14,6 +14,7 @@
<a href="{router page='settings'}invite/">{$aLang.settings_menu_invite}</a>
</li>
{/if}
{hook run='menu_settings'}
</ul>

View file

@ -6,4 +6,5 @@
<li {if $sEvent=='favourites'}class="active"{/if}><a href="{router page='talk'}favourites/">{$aLang.talk_menu_inbox_favourites}</a>{if $iCountTalkFavourite} ({$iCountTalkFavourite}){/if}</li>
</ul>
</li>
{hook run='menu_talk'}
</ul>

View file

@ -20,6 +20,7 @@
<li {if $sMenuSubItemSelect=='published'}class="active"{/if}>
<a href="{router page='topic'}published/">{$aLang.topic_menu_published}</a>
</li>
{hook run='menu_topic_action'}
</ul>

View file

@ -42,7 +42,7 @@
</ul>
{/if}
</li>
{hook run='menu_blog'}
</ul>

View file

@ -6,4 +6,5 @@
<li {if $sMenuItemSelect=='admin'}class="active"{/if}><div><a href="{router page='blog'}admin/{$oBlogEdit->getId()}/">{$aLang.blog_admin_users}</a></div></li>
</ul>
</li>
{hook run='menu_blog_edit'}
</ul>

View file

@ -7,4 +7,5 @@
<li {if $sEvent=='new'}class="active"{/if}><div><a href="{router page='people'}new/">{$aLang.people_menu_users_new}</a></div></li>
</ul>
</li>
{hook run='menu_people'}
</ul>

View file

@ -21,5 +21,5 @@
</ul>
{/if}
</li>
{hook run='menu_profile'}
</ul>

View file

@ -16,7 +16,7 @@
</li>
{/if}
{hook run='menu_settings'}
</ul>

View file

@ -7,4 +7,5 @@
<li {if $sEvent=='favourites'}class="active"{/if}><div><a href="{router page='talk'}favourites/">{$aLang.talk_menu_inbox_favourites}</a>{if $iCountTalkFavourite} ({$iCountTalkFavourite}){/if}</div></li>
</ul>
</li>
{hook run='menu_talk'}
</ul>

View file

@ -19,7 +19,7 @@
<li {if $sMenuSubItemSelect=='published'}class="active"{/if}>
<a href="{router page='topic'}published/">{$aLang.topic_menu_published}</a>
</li>
{hook run='menu_topic_action'}
</ul>