
Originally Posted by
Muzz
Hi There,
I installed the Footer Mod which is exactly what I was after. SO thanks for a great mod.
I one issue with it.
IN the Information heading I have:
BOX_INFORMATION_ABOUT_US
This link originally didn't work.
I applied the about us module and also made the recommended edit to the:
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
This fixed the link but didn't fix the text as it still shows:
BOX_INFORMATION_ABOUT_US
If I do a search in Developers toolkit it's found in:
includes/languages/english/extra_definitions/yodgee_template/footer_menu_defines.php
Line #22 : Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
and
includes/modules/sideboxes/yodgee_template/information.php
Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
What would I need to edit to resolve this issue?
Bookmarks