mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
missing JS - headerjs() not supported, use JS manager class
This commit is contained in:
@@ -62,6 +62,10 @@ include_once (e_CORE.'shortcodes/batch/usersettings_shortcodes.php');
|
||||
require_once (e_HANDLER.'calendar/calendar_class.php');
|
||||
$cal = new DHTML_Calendar(true);
|
||||
|
||||
// include JS, headerjs not called in header anymore
|
||||
$js = e107::getJs();
|
||||
$js->footerInline(headerjs());
|
||||
|
||||
$photo_to_delete = '';
|
||||
$avatar_to_delete = '';
|
||||
$ue_fields = '';
|
||||
|
Reference in New Issue
Block a user