1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +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

@ -40,7 +40,8 @@
<li {if $sMenuSubItemSelect=='comment'}class="active"{/if}><a href="{router page='top'}comment/">{$aLang.blog_menu_top_comment}</a></li>
</ul>
{/if}
</li>
</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

@ -19,5 +19,6 @@
<li {if $aParams[0]=='comment'}class="active"{/if}><a href="{router page='my'}{$oUserProfile->getLogin()}/comment/">{$aLang.user_menu_publication_comment}</a>{if $iCountCommentUser}({$iCountCommentUser}){/if}</li>
</ul>
{/if}
</li>
</li>
{hook run='menu_profile'}
</ul>

View file

@ -13,7 +13,8 @@
<li {if $sMenuItemSelect=='invite'}class="active"{/if}>
<a href="{router page='settings'}invite/">{$aLang.settings_menu_invite}</a>
</li>
{/if}
{/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

@ -19,7 +19,8 @@
<li {if $sMenuSubItemSelect=='published'}class="active"{/if}>
<a href="{router page='topic'}published/">{$aLang.topic_menu_published}</a>
</li>
</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>