Ejemplo n.º 1
0
 public function removeJS($js_uri)
 {
     return Frontcontroller::removeMedia($js_uri);
 }
Ejemplo n.º 2
0
 public function removeJS($js_uri, $check_path = true)
 {
     return Frontcontroller::removeMedia($js_uri, null, $check_path);
 }