PDA

View Full Version : Main logo link to homepage


toejam
09-18-2007, 03:30 AM
My logo at the top of the page takes me to my forum page and not the cmps home page. how can i fix this?

Dismounted
09-18-2007, 05:50 AM
Edit the header template and change the link associated with it.

toejam
09-18-2007, 01:48 PM
Heres what I am seeing, the header template.

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$welcomeheaders



Do I need to include this with it?

www.dentallabnetwork.com/forums/index.php?forums.php=home

Dismounted
09-19-2007, 04:45 AM
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="index.php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$welcomeheaders