mirror of
https://github.com/e107inc/e107.git
synced 2025-06-25 02:13:15 +02:00
Fix for user profile comment wrapper.
This commit is contained in:
3
user.php
3
user.php
@ -121,7 +121,7 @@ else
|
||||
$USER_SHORT_TEMPLATE_END = $USER_TEMPLATE['list']['end'];
|
||||
}
|
||||
|
||||
$TEMPLATE = str_replace('{USER_EMBED_USERPROFILE}','{USER_ADDONS}', $TEMPLATE); // BC Fix
|
||||
$USER_FULL_TEMPLATE = str_replace('{USER_EMBED_USERPROFILE}','{USER_ADDONS}', $USER_FULL_TEMPLATE); // BC Fix
|
||||
|
||||
$user_shortcodes = e107::getScBatch('user');
|
||||
$user_shortcodes->wrapper('user/view');
|
||||
@ -129,7 +129,6 @@ $user_shortcodes->wrapper('user/view');
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
if (file_exists(THEME."user_template.php"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user