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

Admin area GUI tweaks

This commit is contained in:
Cameron
2012-11-26 03:23:20 -08:00
parent 618722f65d
commit ec8a7195d5
14 changed files with 322 additions and 105 deletions

View File

@@ -827,6 +827,7 @@ class e_jsmanager
case 'theme':
$file_path = '{e_THEME}'.$this->getCurrentTheme().'/'.trim($file_path, '/');
echo "file-Path = ".$file_path;
$registry = &$this->_e_jslib_theme;
break;