mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +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');
|
require_once (e_HANDLER.'calendar/calendar_class.php');
|
||||||
$cal = new DHTML_Calendar(true);
|
$cal = new DHTML_Calendar(true);
|
||||||
|
|
||||||
|
// include JS, headerjs not called in header anymore
|
||||||
|
$js = e107::getJs();
|
||||||
|
$js->footerInline(headerjs());
|
||||||
|
|
||||||
$photo_to_delete = '';
|
$photo_to_delete = '';
|
||||||
$avatar_to_delete = '';
|
$avatar_to_delete = '';
|
||||||
$ue_fields = '';
|
$ue_fields = '';
|
||||||
|
Reference in New Issue
Block a user