www.kwmagic.com
Little squiggly characters under the word 'Welcome Guest!'
Can't figure out how to remove them - or how they got there.
Happened today.
Any help or insight appreciated.
thanks
Phil
www.kwmagic.com
Little squiggly characters under the word 'Welcome Guest!'
Can't figure out how to remove them - or how they got there.
Happened today.
Any help or insight appreciated.
thanks
Phil
thats UTF 8 BOM ,, you should not edit zc files in that character set ..
that might be contained in your defind_main_page.php .. you can access that using Admin > Tools > Define pages and select that define that you edited ..
You also have an undefined constant in your footer.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
thanks that did it... funny why I couldn't see them in my editor only on the Zen Editor.
that undefined constant has been around for over a year, never have been able to figure out where it is.
your editor is set to UTF 8 charset .. that is why you don't see that character in your editor .. zencart charset is different and gets effected by that character ..
i believe version 2.0 will be UTF 8![]()
add this to your english.php file
define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
around line 15 .
thanks again - that did it
you welcome![]()