Esempio n. 1
0
 /**
  * Selects the theme. Can be overridden so other controllers can use their own admin components
  *
  * @param Loader $theme_instance
  */
 public function setupTheme(Loader $theme_instance)
 {
     // we need to load more themes
     $theme_instance->addDir(ASSETSPATH . 'public/themes-admin');
     $this->theme = $theme_instance->get('foolz/foolslide-theme-admin');
 }
Esempio n. 2
0
 /**
  * Selects the theme. Can be overridden so other controllers can use their own admin components
  *
  * @param Loader $theme_instance
  */
 public function setupTheme(Loader $theme_instance)
 {
     // we need to load more themes
     $theme_instance->addDir(VENDPATH . 'foolz/foolfuuka/public/themes-admin');
     $this->theme = $theme_instance->get('foolz/foolfuuka-theme-admin');
 }
Esempio n. 3
0
 /**
  * Selects the theme. Can be overridden so other controllers can use their own admin components
  *
  * @param Loader $theme_instance
  */
 public function setupTheme(Loader $theme_instance)
 {
     $this->theme = $theme_instance->get('foolz/foolframe-theme-admin');
 }