Example #1
0
 /**
  * Used by the theme_paths and site_theme_paths files in config/ to hard coded certain paths to various themes
  * @access public
  * @param $path string
  * @param $theme object, if null site theme is default
  * @return void
  */
 public function setThemeByRoute($path, $theme = null, $wrapper = FILENAME_THEMES_VIEW)
 {
     return parent::setThemeByRoute($path, $theme, $wrapper);
 }