Hi:
I have a link htat I would like to add to my sidebox and I do not seem to figure out how to have a link point to a physical file
Here is what I have done so far.
1) I found information.php file and have added the following line
if (DEFINE_SHIPPINGINFO_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a>';
}
2) the line item shows up in the side box, BUT how do I connect the link to an actual physical file? I looked adn could not find anything that would allow me to enter the file name? is the actual file name kept in the database?
in other word, where does the call zen_href_link(FILENAME_FAQ) go to?
please let me know,
JOhn



