Example #1
0
 /**
  * @inheritdoc
  */
 public function tabs()
 {
     $tabs = parent::tabs();
     $tabs[self::SEO_TAB] = Yii::t('main/app', "SEO");
     $tabs[self::IMAGE_TAB] = Yii::t('main/app', "Image");
     return $tabs;
 }
Example #2
0
 /**
  * @inheritdoc
  */
 public function tabs()
 {
     $tabs = parent::tabs();
     $tabs[self::SEO_TAB] = Yii::t('news/app', "SEO");
     return $tabs;
 }