If I login to the Admin, click the new "Tools" menu, and then click the new "Email Archive Manager"menu item
I get taken to some random website, here is the link to the website:
Code: Select all
http://www.shopcelebrity.net/admin/%3Cb%3ENotice%3C/b%3E:%20Undefined%20variable:%20email_archive%20in%20%3Cb%3E/homepages/15/d244334450/htdocs/websites/prod_region/retail/oc149_shopcelebrity/admin/view/template/common/header.tpl%3C/b%3E%20on%20line%20%3Cb%3E134%3C/b%3E
Code: Select all
2010-11-29 20:02:17 - PHP Notice: Undefined variable: email_archive in /homepages/15/d244334450/htdocs/websites/prod_region/retail/oc149_shopcelebrity/admin/view/template/common/header.tpl on line 134
Code: Select all
<li id="tools"><a class="top"><?php echo $text_tools; ?></a>
<ul>
<li><a href="<?php echo $email_archive; ?>"><?php echo $text_email_archive; ?></a> </li>
</ul>
</li>
I don't know what it should be? Any suggestions? Do I need to add a token to the code? If so, what changes should I make to the code so that when I click on the "Email Archive Manager" menu item, I get taken to the homepage for this new module?