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