public function init()
 {
     $this->layout = '/admin';
     $this->icon = 'fa-folder-open';
     $this->title = 'Projects';
     $this->subTitle = 'Projects';
     parent::init();
     // custom initialization code goes here
 }
示例#2
0
 public function init()
 {
     $this->layout = '/admin';
     $this->icon = 'fa-folder-open';
     $this->title = Yii::t('app', 'Items');
     $this->subTitle = Yii::t('app', 'Items');
     parent::init();
     // custom initialization code goes here
 }
示例#3
0
 public function init()
 {
     $this->layout = '/admin';
     parent::init();
     // custom initialization code goes here
 }