1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Some js cleanup

This commit is contained in:
CaMer0n
2012-06-09 04:44:11 +00:00
parent 89c8da6881
commit ba5e801326
14 changed files with 49 additions and 238 deletions

View File

@@ -36,11 +36,7 @@ require_once(e_HANDLER."calendar/calendar_class.php");
//$cal = new DHTML_Calendar(true);
//$gen = new convert();
function headerjs()
{
// global $cal;
// return $cal->load_files()."<script type='text/javascript' src='".e_FILE_ABS."jslib/core/admin.js'></script>\n";
}
$e_sub_cat = 'download';
require_once(e_HANDLER."form_handler.php");