ok, so im trying to make the "copyright 2009" in the footer actually link to my copyright page...

here is the original code:
Code:
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>');

heres what i "thought" it should be, but ive got a ' or a ? or a @#$%#$%(%#@ in the wrong place i guess, because when i make a change and reload page, it is blank....

Code:
define('FOOTER_TEXT_BODY',<a href="http://customk9design.com/catalogzen
/index.php?main_page=page&id=1">Copyright</a> '&copy;
 ' . 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>');