|
public function add($name, $source, $dependencies = array(), $attributes = array())
|
|
public function add($name, $source, $dependencies = array(), $attributes = array())
|
|
- return call_user_func(array($this, (\System\File::extension($source) == 'css') ? 'style' : 'script'), $name, $source, $dependencies, $attributes);
|
|
|
|
|
|
+ return call_user_func(array($this, (File::extension($source) == 'css') ? 'style' : 'script'), $name, $source, $dependencies, $attributes);
|