
Originally Posted by
DrByte
Just add the appropriate html to the end of the EMAIL_GV_CLOSURE define.
Okay, so I changed the code to the following;
PHP Code:
define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">'. STORE_OWNER_EMAIL_ADDRESS ." </a>\n\n");
define('EMAIL_GV_CLOSURE', "\n" . 'Sincerely,' . "\n\n" . STORE_OWNER . "\nStore Owner\n\n". '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'.HTTP_SERVER . DIR_WS_CATALOG ."</a>\n\n");
Please visit our <a href="http://www.facebook.com/GardenSeedsUK">Facebook</a> and <a href="http://twitter.com/Garden_Seeds_UK">Twitter</a> pages for all the latest offers, news and product updates
And like before this stopped the preview loading on the admin page so clearly isn't right.