
Originally Posted by
SPembleton
Is it possible to remove the "Newsletter Unsubscribe" entry in the Information box? A couple of my customers are confused because it takes up 2 lines. They can still subscribe or unsubscribe on the account page.
You can edit /public_html/includes/languages/YOURTEMPLATE/english.php
Change:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
To:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', '');