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

@@ -20,9 +20,11 @@ class Controller_Admin_Task extends Controller_Task {
* Show a list of tasks run
*/
public function action_log() {
$this->meta->title = 'Task Log';
Block::factory()
->title(_('Task Log'))
->title_icon('icon-th-list')
->title_icon('fa fa-list')
->body(Table::factory()
->page_items(50)
->data(ORM::factory('Task_Log')->find_all())