
Originally Posted by
Annie_zaz
Ok So I've managed to change the link text in the menu. Using the includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Now I need to get my links working.
The pages I have created by renaming pages define_page_2,3,4.They show up in Admin>Tools>Define pages.
One of the pages is now called sell_gold.php
These pages are not visible in the EZ pages.
To link to from menu to the page this is what I've done in the tpl_modules_mobile_categories_tabs.php page :
<a href="<?php echo zen_href_link(FILENAME_SELL_GOLD); ?>" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
and I've tried this too:
<a href="http://www.kinectwebdesign.com/ingleburncashexchange/index.php?main_page=sell_gold" class="drop"><?php echo HEADER_TITLE_SELL_GOLD; ?></a>
Both go to a page not found 404 message. Any help appreciated.
Bookmarks