[SOLVED] My footer 'Home' link not working - Joomla! Forum - community, help and support


hi all,

just got site today , need start tweeking it. anyway, added 3 links footer, home, contact us, , sitemap. working accept home link , can't figure out how fix it.

here code:

<a>home</a><a href="undefined/" target="_self"> </a>| <a href="index.php?option=com_alfcontact&amp;itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&amp;sitemap=1&amp;itemid=132">site map</a>

any ideas may problem?

thanks much!
http://www.bwafp.org

try following:

code: select all

<a href="/" target="_self">home</a> | <a href="index.php?option=com_alfcontact&amp;itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&amp;sitemap=1&amp;itemid=132">site map</a>


or

code: select all

<a href="" target="_self">home</a> | <a href="index.php?option=com_alfcontact&amp;itemid=131">contact us</a> | <a target="_self" href="index.php?option=com_xmap&amp;sitemap=1&amp;itemid=132">site map</a>





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい