Zen Cart Logo
Forums / Addon Sideboxes / how to add to logo side box?

how to add to logo side box?

Views: 1,039

Results 1 to 2 of 2
7 Jul 2012, 12:30 AM
#1
scooter avatar

scooter

New Zenner

Join Date:
Dec 2008
Posts:
80
Plugin Contributions:
1

how to add to logo side box?

hi,
i want to add a 2nd logo(image) to a logo sidebox
how about some pointers?

//includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo2_sidebox_defines.php

define('BOX_HEADING_LOGO2_SIDEBOX', 'Secure Site');
define('LOGO2_SIDEBOX_IMAGE_WIDTH', '125');
define('LOGO2_SIDEBOX_IMAGE_HEIGHT', '125');
define('LOGO2_SIDEBOX_IMAGE', 'horz_master_85pixels.gif');

define('LOGO2_SIDEBOX_IMAGE_TEXT', 'SSL');

//this is optional if you want to use the logo as a link
//replace your_link.com with the link you choose
define('LOGO2_SIDEBOX_LINK', 'website');

would you just add
define('LOGO2_SIDEBOX_IMAGE_WIDTH2', '125');
define('LOGO2_SIDEBOX_IMAGE_HEIGHT2', '125');
define('LOGO2_SIDEBOX_IMAGE2',

thanks for the input
scooter

7 Jul 2012, 3:25 AM
#2
scooter avatar

scooter

New Zenner

Join Date:
Dec 2008
Posts:
80
Plugin Contributions:
1

Re: how to add to logo side box?

nevermind , i just used the secure SSL sidebox
and copied and pasted the java script for the 2 site seals
into tpl_InstantSSL.php
works good..
thanks anyway

scooter