7 May 2009, 1:38 AM
Zen Follower
- Join Date:
- May 2008
- Posts:
- 348
- Plugin Contributions:
- 0
New Page in Information Box Using Faq Page Mod
Hi, iam trying to add a link in the information side box using the Faq Page Mod.
I've managed to rename all the FAQ & faq to T&C & t&c and added the line:
if (DEFINE_T&C_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_T&C) . '">' . BOX_INFORMATION_T&C . '</a>';
}
to: includes/modules/sideboxes/MYTEMPLATE/information.php
I can see the page in define page ediiter in admin, but no link is shown in the information box.
Checked all the files, everthing seems to be fine but no link in information box.
Hope somebody can help, Thanks