Hi iam using the CSS Flyout Menu. Do i need to do anything specific to get the link to work with the CSS Flyout Menu?
Thanks
The "Terms & Conditions" page shows in my information side box ok, but in the CSS Flyout Menu, on the "Information drop down" i cant get it to display corretly.
I have entered:
<li><a href="<?php echo zen_href_link(FILENAME_TC); ?>"><?php echo HEADER_TITLE_TC; ?></a></li>
and under the information dropdown on my CSS Flyout Menu, it 'd displaying "HEADER_TITLE_TC" How can i get this to display "Terms & Conditions"?
Thanks
YAY
I figured it out, i had to add a line of code in the /includes/languages/english/extra_definitions/your_template/headermenu.php
Displays fine now![]()