Exemplo n.º 1
0
 /**
  * Refresh the list of include paths
  *
  * @return  void
  */
 protected function refreshIncludePaths()
 {
     // Reset includePaths
     $this->includePaths = array();
     parent::refreshIncludePaths();
     // (1 - lower priority) Frontend base layouts
     $this->addIncludePaths(EZSET_ROOT . '/layouts');
     // (2 - lower priority) Frontend base layouts
     $this->addIncludePaths(EZSET_FRONT . '/layouts');
 }