Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / New Page in Information Box Using Faq Page Mod

New Page in Information Box Using Faq Page Mod

Locked

Views: 597

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
7 May 2009, 1:38 AM
#1
hcd888 avatar

hcd888

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