1
0
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:
secretr
2011-09-19 10:22:19 +00:00
parent 31c72e310f
commit b57080767a

View File

@@ -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 = '';