Quote Originally Posted by lina0962 View Post
I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.

Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');


But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?

My site is www.best4future.com

Thanks!
Have you defined this in the language file

includes/languages/YOUR_TEMPLATE/english.php

define('BOX_INFORMATION_SUBSCRIBE', 'Subscribe');