3
Thank you!
I found it looks like this now when I changed the links:
<div id="header">
div>
<div id="menu">
<ul>
<li class="<{if $xoops_dirname == "system"}>current<{/if}>"><a href="<{xoAppUrl }>">Hema>li>
<li class="<{if $xoops_dirname == "news"}>current<{/if}>"><a href="<{xoAppUrl modules/news/}>">Recensionera>li>
<li><a href="http://www.facebook.se/people/gamingworld-Se/1782016346">GW Facebooka>li>
<li><a href="http://gamingworld.se/modules/myiframe/index.php?iframeid=1">GW Foruma>li>
<li><a href="#">GW Chata>li>
<li><a href="http://gamingworld.se/pmlite.php?send2=1&to_userid=1">Kontakta Ossa>li>
ul>
div>
But it hasn't changed when I go to the site and look att the links?
And when I look at sourcecode through my browser window it looks like this:
<div id="header">
div>
<div id="menu">
<ul>
<li class="current"><a href="http://gamingworld.se/">Homea>li>
<li class=""><a href="http://gamingworld.se/modules/news/">Bloga>li>
<li class=""><a href="http://gamingworld.se/modules/extgallery">Photosa>li>
<li class=""><a href="http://gamingworld.se/modules/newbb/">Foruma>li>
<li><a href="#">Linksa>li>
<li class=""><a href="http://gamingworld.se/modules/liaise/">Contacta>li>
ul>
div>
Why hasn't anything change were did I do wrong?