phpBB- Redirect to homepage
Posted: Wed Jul 14, 2004 2:10 am
It is possible to add extra menu on top of the phpBB page to redirect to my home page.
If possible, HOW?
If possible, HOW?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<td><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{SITENAME}" title="{SITENAME}" vspace="1" /></a></td>
<td align="center" width="100%" valign="middle">
<span class="gen"><strong>{SITE_DESCRIPTION}</strong></span>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap">
<span class="mainmenu">
<a href="{U_PORTAL}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />
{L_HOME}
</a>
<a href="{U_FAQ}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />
{L_FAQ}
</a>