1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

jslib path update

e_css removal related JS fix (Prototype environment only)
This commit is contained in:
SecretR
2012-11-26 20:06:19 +02:00
parent c05a723b87
commit 5f227ef66c
3 changed files with 16 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ e_jslib_cache_out();
$_E107['minimal'] = true;
//call jslib handler, render content
require_once ("../class2.php");
require_once ("../../class2.php");
//require_once (e_HANDLER.'jslib_handler.php');
//$jslib = new e_jslib();
$jslib = e107::getObject('e_jslib', null, e_HANDLER.'jslib_handler.php');
@@ -224,7 +224,7 @@ function e_jslib_cache_path()
if(null === $eJslibCacheDir)
{
include('../e107_config.php');
include('../../e107_config.php');
if($CACHE_DIRECTORY)
{