
What I want to do is change, "New" to "News Feed" which is a link to "newsfeed.php".
I also want this to be visible/available to all users.
I have tried changing this:
<!-- BEGIN switch_upi2db_off -->
<a href="{FULL_SITE_PATH}{U_SEARCH_NEW}">{L_NEW2}</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
<!-- END switch_upi2db_off -->
To this but, it did not work:
<a href="http://www.appaf.org/forum/newsfeed.php">News Feed</a> <img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />
Any help will be greatly appreciated.
Thanks,
David