We're using a theme in the interim while a new template is being created. The existing template has a forums image link on the bottom right above page generation,
www.modleague.org.
The problem is...we used a forum separate from the template. I located the code for the link in a file called footer.php.
Code:
echo " <TD>\n";
echo " <A HREF=\"modules.php?name=Forums\">\n";
echo " <IMG SRC=\"themes/Type-M/images/Type-M-info_09.gif\" WIDTH=33 HEIGHT=26 BORDER=0 ALT=\"forum\"></A></TD>\n";
When I changed the URL, the bottom page of the website doesn't show up. Can someone help me with the necessary code for the image link to point to "http://modleague.org/forums/index.php" rather than "modules.php?name=Forums\"?
Thanks in advance...