Placed here another new request from our customer regarding the aBagon theme:

I have edited the following Abagon Red Free file:
public_html/store/includes/languages/english/abagon/header.php as follows:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Custom Text'); ** shows as alt text for header logo **
// define('HEADER_SALES_TEXT', '');
define('HEADER_SALES_TEXT', 'Custom Text'); ** will not show up in header **
// define('HEADER_LOGO_WIDTH', '222px');
// define('HEADER_LOGO_HEIGHT', '92px');
define('HEADER_LOGO_WIDTH', '94px');
define('HEADER_LOGO_HEIGHT', '100px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

I can not get the header to display the HEADER_SALES_TEXT no matter what I try? Logo and logo alt text display as they should. I would appreciate some suggestions. I have everything else working.
This variable was removed from the theme header, as we assumed that there are no space for it. But if you need it, you can easily place this "<?php HEADER_SALES_TEXT ?>" variable to any place of the template you want and it will be shown.