Hi.

I am having trouble figuring this out and am not sure how to describe it. I am using verstion 1.3.9h.

My TOOLS menu has changed and I am not sure why.
When I look at it, in the middle I now see: BOX_TOOLS_ADMIN and BOX_TOOLS_EMAIL_WELCOME on the list of choices. These did not always appear here so I know something got overwritten but I haven't uploaded anything recently so I am not sure what did it or when.

If I search on BOX_TOOLS_ADMIN I find this command:

Line #23 : $za_contents[] = array('text' => BOX_TOOLS_ADMIN, 'link' => zen_href_link(FILENAME_ADMIN, '', 'NONSSL'));

So then if I search on FILENAME_ADMIN, I find


Line #24 : define('FILENAME_ADMIN', 'admin');

in: /home/thestitc/public_html/shop/includes/filenames.php

So it is supposed to show the word 'admin' but it is not.

What would be preventing this?

Any info on where to look would be great. Thank you.

Linda