1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

EONE-11 (Task): more shortcode paths added to replacing routines

This commit is contained in:
secretr
2010-03-10 15:43:42 +00:00
parent 501d909e1e
commit 1126637943
2 changed files with 129 additions and 46 deletions

View File

@@ -586,7 +586,7 @@ class e_jsmanager
break;
case 'other_css':
$file_path = $runtime_location.'|'.$tp->createConstants($file_path, 4);
$file_path = $runtime_location.'|'.$tp->createConstants($file_path, 'mix');
if(!isset($this->_e_css['other'])) $this->_e_css['other'] = array();
$registry = &$this->_e_css['other'];
$runtime = true;
@@ -599,7 +599,7 @@ class e_jsmanager
break;
case 'header':
$file_path = $tp->createConstants($file_path, 4);
$file_path = $tp->createConstants($file_path, 'mix');
$zone = intval($runtime_location);
if($zone > 5 || $zone < 1)
{
@@ -614,7 +614,7 @@ class e_jsmanager
break;
case 'footer':
$file_path = $tp->createConstants($file_path, 4);
$file_path = $tp->createConstants($file_path, 'mix');
$zone = intval($runtime_location);
if($zone > 5 || $zone < 1)
{