Morning Zenners,
I am working on my sidebar column changes for the information categories. (about us, shipping and returns, contact us ect)
I am in an HTML constipation mode at the moment and am having a hard time figuring out this code to show up properly.. I was changing the tab information .php file categories. I am wishing to change the link from about us to Sponsors.
I do not think I have this code right at all and I am having a brain fart at the moment to think what I may be missing. this is what I changed it too..
if (DEFINE_ABOUT_US_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_SPONSORS) . '">' .BOX_INFORMATION_SPONSORS . '</a>';
}
However, its not showing nn my home page it shows like this above shipping: BOX_INFORMATION_SPONSORS.
Any help is appreciated thanks again!



Reply With Quote


Bookmarks