Added meta title to pages

This commit is contained in:
Deon George
2016-07-29 11:19:30 +10:00
parent f426502707
commit e0b45be758
22 changed files with 73 additions and 49 deletions

View File

@@ -21,9 +21,11 @@ class Controller_Reseller_Service extends Controller_Service {
* Show a list of services
*/
public function action_list() {
$this->meta->title = 'Customer Services';
Block::factory()
->title('Customer Services')
->title_icon('icon-th-list')
->title_icon('fa fa-list')
->body(Table::factory()
->jssort('services')
->data(ORM::factory('Service')->where_authorised($this->ao)->find_all())