diff --git a/templates/skin/developer/menu.blog.tpl b/templates/skin/developer/menu.blog.tpl index eee4a7a6..e8bc9e52 100644 --- a/templates/skin/developer/menu.blog.tpl +++ b/templates/skin/developer/menu.blog.tpl @@ -40,7 +40,8 @@
  • {$aLang.blog_menu_top_comment}
  • {/if} - + + {hook run='menu_blog'} diff --git a/templates/skin/developer/menu.blog_edit.tpl b/templates/skin/developer/menu.blog_edit.tpl index f7aef16a..af3b6d57 100644 --- a/templates/skin/developer/menu.blog_edit.tpl +++ b/templates/skin/developer/menu.blog_edit.tpl @@ -5,4 +5,5 @@
  • {$aLang.blog_admin_users}
  • + {hook run='menu_blog_edit'} \ No newline at end of file diff --git a/templates/skin/developer/menu.people.tpl b/templates/skin/developer/menu.people.tpl index 27a3eaec..8aa0221a 100644 --- a/templates/skin/developer/menu.people.tpl +++ b/templates/skin/developer/menu.people.tpl @@ -6,4 +6,5 @@
  • {$aLang.people_menu_users_new}
  • + {hook run='menu_people'} \ No newline at end of file diff --git a/templates/skin/developer/menu.profile.tpl b/templates/skin/developer/menu.profile.tpl index 9a7735ca..a89673f1 100644 --- a/templates/skin/developer/menu.profile.tpl +++ b/templates/skin/developer/menu.profile.tpl @@ -19,5 +19,6 @@
  • {$aLang.user_menu_publication_comment}{if $iCountCommentUser}({$iCountCommentUser}){/if}
  • {/if} - + + {hook run='menu_profile'} \ No newline at end of file diff --git a/templates/skin/developer/menu.settings.tpl b/templates/skin/developer/menu.settings.tpl index ddefae4d..50b6f9cb 100644 --- a/templates/skin/developer/menu.settings.tpl +++ b/templates/skin/developer/menu.settings.tpl @@ -13,7 +13,8 @@
  • {$aLang.settings_menu_invite}
  • - {/if} + {/if} + {hook run='menu_settings'} diff --git a/templates/skin/developer/menu.talk.tpl b/templates/skin/developer/menu.talk.tpl index 7e6d3ef8..d848217f 100644 --- a/templates/skin/developer/menu.talk.tpl +++ b/templates/skin/developer/menu.talk.tpl @@ -6,4 +6,5 @@
  • {$aLang.talk_menu_inbox_favourites}{if $iCountTalkFavourite} ({$iCountTalkFavourite}){/if}
  • + {hook run='menu_talk'} \ No newline at end of file diff --git a/templates/skin/developer/menu.topic_action.tpl b/templates/skin/developer/menu.topic_action.tpl index 5fbcf041..40289b67 100644 --- a/templates/skin/developer/menu.topic_action.tpl +++ b/templates/skin/developer/menu.topic_action.tpl @@ -19,7 +19,8 @@
  • {$aLang.topic_menu_published} -
  • + + {hook run='menu_topic_action'} diff --git a/templates/skin/new/menu.blog.tpl b/templates/skin/new/menu.blog.tpl index 9a16f6f5..c32bf6a9 100644 --- a/templates/skin/new/menu.blog.tpl +++ b/templates/skin/new/menu.blog.tpl @@ -42,7 +42,7 @@ {/if} - + {hook run='menu_blog'} diff --git a/templates/skin/new/menu.blog_edit.tpl b/templates/skin/new/menu.blog_edit.tpl index 2d6f77fb..fe5ee98b 100644 --- a/templates/skin/new/menu.blog_edit.tpl +++ b/templates/skin/new/menu.blog_edit.tpl @@ -6,4 +6,5 @@
  • {$aLang.blog_admin_users}
  • + {hook run='menu_blog_edit'} \ No newline at end of file diff --git a/templates/skin/new/menu.people.tpl b/templates/skin/new/menu.people.tpl index 7d9444c6..c397f19a 100644 --- a/templates/skin/new/menu.people.tpl +++ b/templates/skin/new/menu.people.tpl @@ -7,4 +7,5 @@
  • {$aLang.people_menu_users_new}
  • + {hook run='menu_people'} \ No newline at end of file diff --git a/templates/skin/new/menu.profile.tpl b/templates/skin/new/menu.profile.tpl index d1b70840..2adfa7a1 100644 --- a/templates/skin/new/menu.profile.tpl +++ b/templates/skin/new/menu.profile.tpl @@ -21,5 +21,5 @@ {/if} - + {hook run='menu_profile'} \ No newline at end of file diff --git a/templates/skin/new/menu.settings.tpl b/templates/skin/new/menu.settings.tpl index 840fd600..e9ee49bc 100644 --- a/templates/skin/new/menu.settings.tpl +++ b/templates/skin/new/menu.settings.tpl @@ -16,7 +16,7 @@ {/if} - + {hook run='menu_settings'} diff --git a/templates/skin/new/menu.talk.tpl b/templates/skin/new/menu.talk.tpl index feb0915e..9011b0a1 100644 --- a/templates/skin/new/menu.talk.tpl +++ b/templates/skin/new/menu.talk.tpl @@ -7,4 +7,5 @@
  • {$aLang.talk_menu_inbox_favourites}{if $iCountTalkFavourite} ({$iCountTalkFavourite}){/if}
  • + {hook run='menu_talk'} \ No newline at end of file diff --git a/templates/skin/new/menu.topic_action.tpl b/templates/skin/new/menu.topic_action.tpl index 07c3431b..2e916663 100644 --- a/templates/skin/new/menu.topic_action.tpl +++ b/templates/skin/new/menu.topic_action.tpl @@ -19,7 +19,7 @@
  • {$aLang.topic_menu_published}
  • - + {hook run='menu_topic_action'}