Changeset 12545

Show
Ignore:
Timestamp:
09/20/11 16:10:08 (2 years ago)
Author:
mbrevda
Message:

re #5342 - branding tweaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/upgrades/2.10alpha1/migration.php

    r12544 r12545  
    110110$freepbx_conf->commit_conf_settings(); 
    111111 
    112 //logo url 
     112//logo 
    113113$freepbx_conf->set_conf_values( 
    114       array('BRAND_IMAGE_FREEPBX_LINK_LEFT' => 'http://www.freepbx.org'), 
     114      array('BRAND_IMAGE_FREEPBX_LEFT'    => 'images/tango.png'), 
     115      array('BRAND_IMAGE_FREEPBX_LINK_LEFT' => 'http://www.freepbx.org'), 
    115116      true, true); 
    116117