Merge branch 'saas' into saas-dev

This commit is contained in:
Albert Santoni 2015-08-24 17:11:52 -04:00
commit 3592eceb22
11 changed files with 335 additions and 53 deletions

View file

@ -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)