mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
More comment, user, usersetting fixes.
This commit is contained in:
@@ -57,10 +57,11 @@ $userMethods = e107::getUserSession();
|
||||
|
||||
require_once (e_HANDLER.'ren_help.php');
|
||||
include_once (e107::coreTemplatePath('usersettings')); //correct way to load a core template.
|
||||
include_once (e_CORE.'shortcodes/batch/usersettings_shortcodes.php');
|
||||
// include_once (e_CORE.'shortcodes/batch/usersettings_shortcodes.php');
|
||||
|
||||
$usersettings_shortcodes = e107::getScBatch('usersettings');
|
||||
|
||||
|
||||
e107::js('inline',"
|
||||
function addtext_us(sc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user