Quote Originally Posted by picaflor-azul View Post
Edit the includes/languages/english/extra_definitions/ashley_pink/footer_menu_defines.php file.

Thanks,

Anne
I had already tried that, when i comment out the code all it does is change the format of the link.

Click image for larger version. 

Name:	information.PNG 
Views:	185 
Size:	3.5 KB 
ID:	9558

In the file includes\modules\sideboxes\alysa_rounded\information.php, there is code that should use the value of the configuration option to show or not show this link. It seems to me to be a bug if the code is not working.

Code:
  if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
    $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
  }
Thanks,
Leslie