Exemplo n.º 1
0
 public function init()
 {
     $this->layout = '/admin';
     $this->icon = 'fa-folder-open';
     $this->title = 'Projects';
     $this->subTitle = 'Projects';
     parent::init();
     // custom initialization code goes here
 }
Exemplo n.º 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
 }
Exemplo n.º 3
0
 public function init()
 {
     $this->layout = '/admin';
     parent::init();
     // custom initialization code goes here
 }