1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

Admin tools - more work

This commit is contained in:
secretr
2009-10-30 17:59:32 +00:00
parent f7d22f782b
commit 7f15da0b74
12 changed files with 1120 additions and 537 deletions

View File

@@ -7,8 +7,8 @@
* GNU General Public License (http://gnu.org).
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/js_manager.php,v $
* $Revision: 1.5 $
* $Date: 2009-10-07 11:05:55 $
* $Revision: 1.6 $
* $Date: 2009-10-30 17:59:32 $
* $Author: secretr $
*
*/
@@ -52,6 +52,20 @@ class e_jsmanager
*/
protected $_runtime_header_src = array();
/**
* Current Header zone (under development)
*
* @var array
*/
protected $_zone_header = 0;
/**
* Current Footer zone (under development)
*
* @var array
*/
protected $_zone_footer = 0;
/**
* JS files array - loaded in page footer
*
@@ -292,7 +306,7 @@ class e_jsmanager
* @param integer $zone 1-5 (see header.php)
* @return e_jsmanager
*/
public function headerCore($file_path, $zone = 1)
public function headerCore($file_path, $zone = 2)
{
$this->headerFile('{e_FILE}jslib/'.trim($file_path, '/'), $zone);
return $this;