Quote Originally Posted by Ralyn View Post
I was looking through the forum - and what I really want is a link in the information box like www.veroniqueknitwear.com has it.

I can get to the pages up by putting them in direct, so how do I add it to the information box? Then my problem is solved, lol.
open includes/modules/sideboxes/information.php

add the following where you wish the link information to appear

$information[] = '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_HEADING_LINK_CATEGORIES . '</a>';

save the file to includes/modules/sideboxes/YOUR_TEMPLATE/information.php

upload the file to your server