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