Changeset 959 for trunk/templates/skin/developer/menu.profile.tpl
- Timestamp:
- 07/07/10 17:29:41 (19 months ago)
- Files:
-
- 1 modified
-
trunk/templates/skin/developer/menu.profile.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/developer/menu.profile.tpl
r923 r959 7 7 <li {if $aParams[0]=='favourites'and$aParams[1]!='comments'}class="active"{/if}><a href="{router page='profile'}{$oUserProfile->getLogin()}/favourites/">{$aLang.user_menu_profile_favourites}</a>{if $iCountTopicFavourite} ({$iCountTopicFavourite}){/if}</li> 8 8 <li {if $aParams[1]=='comments'}class="active"{/if}><a href="{router page='profile'}{$oUserProfile->getLogin()}/favourites/comments/">{$aLang.user_menu_profile_favourites_comments}</a>{if $iCountCommentFavourite} ({$iCountCommentFavourite}){/if}</li> 9 {hook run='menu_profile_profile_item'} 9 10 </ul> 10 11 {/if} … … 16 17 <li {if $aParams[0]=='blog' or $aParams[0]==''}class="active"{/if}><a href="{router page='my'}{$oUserProfile->getLogin()}/">{$aLang.user_menu_publication_blog}</a>{if $iCountTopicUser} ({$iCountTopicUser}){/if}</li> 17 18 <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> 19 {hook run='menu_profile_my_item'} 18 20 </ul> 19 21 {/if}
