Show
Ignore:
Timestamp:
07/07/10 17:29:41 (19 months ago)
Author:
ort
Message:

add template hooks for developer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/skin/developer/menu.profile.tpl

    r923 r959  
    77                                <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> 
    88                                <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'} 
    910                        </ul> 
    1011                {/if} 
     
    1617                                <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> 
    1718                                <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'} 
    1820                        </ul> 
    1921                {/if}