diff --git a/Controller/StaffController.php b/Controller/StaffController.php index ddbc8b2..4b06371 100644 --- a/Controller/StaffController.php +++ b/Controller/StaffController.php @@ -4,6 +4,7 @@ class StaffController extends AppController { public function index() { + $this->set('title_for_layout', $this->Lang->get('STAFF__LIST')); $this->loadModel('Staff.StaffListing'); $staffs = $this->StaffListing->get(); @@ -115,4 +116,4 @@ public function admin_delete($id) $this->redirect('/'); } } -} \ No newline at end of file +}