Esempio n. 1
0
 /**
  * Get tab names
  *
  * @return array
  */
 public function getPages()
 {
     $list = parent::getPages();
     $list[static::LOGO_FAVICON_CATEGORY] = static::t('Logo & Favicon');
     return $list;
 }
Esempio n. 2
0
 /**
  * Get tab names
  *
  * @return array
  */
 public function getPages()
 {
     $list = parent::getPages();
     $list[static::PERFORMANCE_PAGE] = static::t('Look & Feel');
     return $list;
 }
Esempio n. 3
0
 /**
  * Get tab names
  *
  * @return array
  */
 public function getPages()
 {
     $list = parent::getPages();
     $list[static::UNITS_PAGE] = static::t('Localization');
     return $list;
 }
Esempio n. 4
0
 /**
  * Get tab names
  *
  * @return array
  */
 public function getPages()
 {
     $list = parent::getPages();
     $list[static::CACHE_MANAGEMENT_PAGE] = static::t('Cache management');
     return $list;
 }