Hey guys,
I've been trying to fix this stupid things for a few hours now.
If you go to http://www.myflash.co.za/ you'll see under the "Information" drop-down box a link/button with "About Us" on it.
It's not working.
I've added the following to information.php
if (DEFINE_ABOUT_US <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>';
}
and the following to english.php
define('BOX_INFORMATION_ABOUT_US','About Us');
I've also uploaded "define_about_us.php" to "html_includes". I can see that the file needs to be referenced somwhere. I just don't know where.
The thing is, the "About Us" text in the Information drop-down was there before I added it to information.php and english.php. (Got it in the template files)
And that's as far as I've gotten but just hacking around.![]()



