Hi, thanks for the skin, it's absolutely great!
Just one thing, on my breadcrumb trail on the skin the main forum link goes back to 'index.php' when I want it to link to 'forum.php'
I've tried looking in the Navigation and Breadcrumb templates but have had no luck.
Is there also a way to change the link on the main logo at the top?
Thanks
Amm0.
Edit: Managed to find out how myself
Change from this: (in nav)
Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
To this:
Code:
<td width="100%"><span class="navbar"><a href="$vboptions/forum.php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>