Skip to content

Instantly share code, notes, and snippets.

@betobaz
Created May 22, 2014 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betobaz/0b71ac35153bc7d08c7f to your computer and use it in GitHub Desktop.
Save betobaz/0b71ac35153bc7d08c7f to your computer and use it in GitHub Desktop.
SugarCRM::Change Company Logo on Reports
<?php
/*********************************************************************************
* By installing or using this file, you are confirming on behalf of the entity
* subscribed to the SugarCRM Inc. product ("Company") that Company is bound by
* the SugarCRM Inc. Master Subscription Agreement (“MSA”), which is viewable at:
* http://www.sugarcrm.com/master-subscription-agreement
*
* If Company is not bound by the MSA, then by installing or using this file
* you are agreeing unconditionally that Company will be bound by the MSA and
* certifying that you have authority to bind Company accordingly.
*
* Copyright (C) 2004-2013 SugarCRM Inc. All rights reserved.
********************************************************************************/
// THIS CONTENT IS GENERATED BY MBPackage.php
$manifest = array (
0 =>
array (
'acceptable_sugar_versions' =>
array (
0 => '7.1.*',
1 => '7.2.*',
),
),
1 =>
array (
'acceptable_sugar_flavors' =>
array (
0 => 'PRO',
1 => 'ULT',
),
),
'readme' => '',
'key' => '',
'author' => 'Pedro Bazan Serrano',
'description' => 'Change company logo',
'icon' => '',
'is_uninstallable' => true,
'name' => 'Change company logo',
'published_date' => '2014-05-14 12:28:23',
'type' => 'module',
'version' => '0.1',
);
$installdefs = array (
'id' => 'change_company_logo',
'copy' =>
array (
0 =>
array (
'from' => '<basepath>/custom/themes/default/images/pdf_logo_small.jpg',
'to' => 'custom/themes/default/images/pdf_logo_small.jpg',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment