commit
a0c7db34fc
|
@ -122,7 +122,9 @@ public function __construct($name)
|
|||
*/
|
||||
public function add($name, $source, $dependencies = array(), $attributes = array())
|
||||
{
|
||||
$type = (File::extension($source) == 'css') ? 'style' : 'script';
|
||||
$_source = explode('?', $source);
|
||||
|
||||
$type = (File::extension($_source[0]) == 'css') ? 'style' : 'script';
|
||||
|
||||
return call_user_func(array($this, $type), $name, $source, $dependencies, $attributes);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue