1
0
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:
CaMer0n 2010-02-10 05:45:29 +00:00
parent 6a4286e523
commit 849a7dcc78

View File

@ -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;