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

@@ -40,6 +40,8 @@ class Controller_Reseller_Statement extends Controller_Statement {
if (! $ao->loaded() OR ! Auth::instance()->authorised($ao))
throw HTTP_Exception::factory(403,'Service either doesnt exist, or you are not authorised to see it');
$this->meta->title = 'Statement: '.$ao->name();
$result = array();
$total = 0;

View File

@@ -18,6 +18,8 @@ class Controller_User_Statement extends Controller_Statement {
* Show a payments received
*/
public function action_show() {
$this->meta->title = 'Statement';
$result = array();
$total = 0;