mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch )
This commit is contained in:
@@ -979,6 +979,7 @@ class e_jsmanager
|
||||
|
||||
case 'library_css':
|
||||
$file_path = $runtime_location.$this->_sep.$tp->createConstants($file_path, 'mix').$this->_sep.$pre.$this->_sep.$post;
|
||||
// e107::getDebug()->log($file_path);
|
||||
if(!isset($this->_e_css['library'])) $this->_e_css['library'] = array();
|
||||
$registry = &$this->_e_css['library'];
|
||||
$runtime = true;
|
||||
|
Reference in New Issue
Block a user