branding improvments

This commit is contained in:
SJ
2013-07-18 17:13:49 +02:00
parent 5e3651ac10
commit 5b6d7d60a1
8 changed files with 61 additions and 32 deletions

View File

@ -7,7 +7,7 @@ class ModelSaasCustomer extends Model
$data = array(
'branding_text' => BRANDING_TEXT,
'branding_url' => BRANDING_URL,
'branding_logo' => SITE_LOGO_SM,
'branding_logo' => BRANDING_LOGO,
'support_link' => SUPPORT_LINK,
'colour' => ''
);