Quote:
Originally Posted by mofeu
One question please!
When I am clicking home
I have http://mofeu.eu/index.html
The webpage cannot be found
Why is happen that?
I think maybe my forum work with the following link http://www.mofeu.eu/index.php
Where can i change the link?
Thanks in advance.
PS.Very nice template
|
Thank you.
Go to your navbar template.
FIND:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="/index.html"><img src="$stylevar[imgdir_misc]/home.gif" height="23" width="100" border="0"></a></td>
</if>
Change:
To:
Code:
http://www.mofeu.eu/index.php
That'll do it.