Merge branch 'saas-showbuilder' of github.com:sourcefabric/airtime into saas-showbuilder

This commit is contained in:
Duncan Sommerville 2015-08-25 17:09:17 -04:00
commit afa3b47e42
19 changed files with 422 additions and 104 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)