GX-Bug #57201 » AppleTouchIconFix.patch
src/system/classes/layout/HeaderContentView.inc.php (date 1526403984000) | ||
---|---|---|
92 | 92 |
} |
93 | 93 |
|
94 | 94 |
$coo_logo_manager_ipad = MainFactory::create_object('GMLogoManager', array('gm_logo_favicon_ipad')); |
95 |
if($coo_logo_manager->logo_use == '1') |
|
95 |
if($coo_logo_manager_ipad->logo_use == '1')
|
|
96 | 96 |
{ |
97 | 97 |
$this->content_array['FAVICON_IPAD'] = $coo_logo_manager_ipad->logo_path |
98 | 98 |
. $coo_logo_manager_ipad->logo_file; |