예제 #1
0
파일: theme.php 프로젝트: rundiz/fuel-start
 public function __construct(array $config = array())
 {
     parent::__construct($config);
 }
예제 #2
0
 /**
  * {@inheritdocs}
  *
  * Finds the file in parent themes as well
  */
 public function find_file($view, $themes = null)
 {
     if (is_null($themes)) {
         $themes = $this->get_parent_themes($this->active['name']);
     }
     return parent::find_file($view, $themes);
 }