public function init() { $this->view->title = 'Pages'; parent::init(); }
/** * Inizializza il controller. */ public function init() { $this->view->title = 'Homepage'; parent::init(); }
public function init() { $this->view->title = 'Gallery'; parent::init(); }
public function init() { $this->view->title = 'Photo Manage'; parent::init(); }