Either /includes/templates/your_template/common/tpl_header.php, or another file called from that by a require() or include(). We can't be sure, as it is custom code.
Either /includes/templates/your_template/common/tpl_header.php, or another file called from that by a require() or include(). We can't be sure, as it is custom code.
If you wouldnt mind checking out my site again (www.calzuro.com/new/store) I figured out who to move the text up into the yellow bar, but I still figure out where those annoying HEADER_ADVANCED_SEARCH , HEADER_CURRENCY, HEADER_LANGUAGES are located to delete them.
Thanks for your help guys
And you shouldn't "delete" anything; rather, make sure there are defines for all of the constants, even if you make them blank
(define('WHAT_EVER', ''); )