Alright this is getting a little frustrating, so i just made it all Italic and that seems to make it easier to read the links. We'll just leave it like that for now.
I am still struggling with re-arranging the links. These are the steps I followed in attempt to move the link "Links" under the menu title "Important links" to underneath the menu title "Quick links".
---------- Steps followed to accomplish the above---------------
In includes/languages/comstock/english.php
wrote the following declaration: define('BOX_INFORMATION_LINKS', 'Links');
Then in includes/languages/english/extra_definitions/comstock/footer_menu_defines.php
wrote the following deceleration:
Define('LINKS','<li><a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a></li>');
What Am i doing Wrong?![]()


Reply With Quote
