Merge branch 'saas' into saas-dev
This commit is contained in:
commit
3592eceb22
11 changed files with 335 additions and 53 deletions
|
@ -203,7 +203,7 @@ class Application_Model_Preference
|
|||
if (strlen($title) > 0)
|
||||
$title .= " - ";
|
||||
|
||||
return $title."Airtime";
|
||||
return $title.PRODUCT_NAME;
|
||||
}
|
||||
|
||||
public static function SetHeadTitle($title, $view=null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue