mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
themeLib function made public
This commit is contained in:
parent
6a4286e523
commit
849a7dcc78
@ -322,7 +322,7 @@ class e_jsmanager
|
||||
* @param string $runtime_location admin|front|all - where should be JS used
|
||||
* @return e_jsmanager
|
||||
*/
|
||||
protected function themeLib($file_path, $runtime_location = 'front')
|
||||
public function themeLib($file_path, $runtime_location = 'front')
|
||||
{
|
||||
$this->addJs('theme', $file_path, $runtime_location);
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user