Added meta title to pages
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user