diff --git a/templates/skin/developer/actions/ActionProfile/info.tpl b/templates/skin/developer/actions/ActionProfile/info.tpl index a152d532..7c636387 100644 --- a/templates/skin/developer/actions/ActionProfile/info.tpl +++ b/templates/skin/developer/actions/ActionProfile/info.tpl @@ -16,7 +16,8 @@ {block name='layout_content'} {include file='navs/nav.user.info.tpl'} - + + {hook run='user_info_begin' oUserProfile=$oUserProfile} {if $oUserProfile->getProfileAbout()}
@@ -28,6 +29,8 @@
{/if} + {hook run='user_info_about_after' oUserProfile=$oUserProfile} + {$aUserFieldValues = $oUserProfile->getUserFieldValues(true,array(''))} @@ -223,4 +226,6 @@ {/if} {hook run='profile_whois_item_end' oUserProfile=$oUserProfile} + + {hook run='user_info_end' oUserProfile=$oUserProfile} {/block} \ No newline at end of file diff --git a/templates/skin/synio/actions/ActionProfile/info.tpl b/templates/skin/synio/actions/ActionProfile/info.tpl index 38056ad6..5396ed91 100644 --- a/templates/skin/synio/actions/ActionProfile/info.tpl +++ b/templates/skin/synio/actions/ActionProfile/info.tpl @@ -15,6 +15,7 @@ {block name='layout_content'} {include file='navs/nav.user.info.tpl'} + {hook run='user_info_begin' oUserProfile=$oUserProfile}
@@ -36,6 +37,7 @@ {/if}
+ {hook run='user_info_about_after' oUserProfile=$oUserProfile}
@@ -236,4 +238,6 @@ {hook run='profile_whois_item' oUserProfile=$oUserProfile}
+ + {hook run='user_info_end' oUserProfile=$oUserProfile} {/block} \ No newline at end of file