mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Work on Avatars (can now be resized at any time). More comment templating options.
This commit is contained in:
@@ -59,6 +59,14 @@ 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');
|
||||
|
||||
e107::js('inline',"
|
||||
function addtext_us(sc)
|
||||
{
|
||||
document.getElementById('dataform').image.value = sc;
|
||||
}
|
||||
");
|
||||
|
||||
|
||||
// include JS, headerjs not called in header anymore
|
||||
$js = e107::getJs();
|
||||
$js->footerInline(headerjs());
|
||||
|
Reference in New Issue
Block a user