Mith:
header.php ~110-120
} else {
$xoopsTpl->assign(array('xoops_isuser' => false, 'xoops_isadmin' => false));
if (isset($xoopsModule)) {
// set page title
$xoopsTpl->assign('xoops_pagetitle', $xoopsModule->getVar('name'));
if (preg_match("/index.php$/i", xoops_getenv('PHP_SELF')) && $xoopsConfig['startpage'] == $xoopsModule->getVar('dirname')) {
$block_arr =& $xoopsblock->getAllByGroupModule(XOOPS_GROUP_ANONYMOUS, $xoopsModule->getVar('mid'), true, XOOPS_BLOCK_VISIBLE);
} else {
$block_arr =& $xoopsblock->getAllByGroupModule(XOOPS_GROUP_ANONYMOUS, $xoopsModule->getVar('mid'), false, XOOPS_BLOCK_VISIBLE);
}
} else {
nave bar code:
<map name="FPMap1">
<area href="http://houseofstrauss.co.uk/" coords="4, 1, 29, 15" shape="rect" title="Home page">
<area href="http://houseofstrauss.co.uk/modules/liaise/" coords="31, 0, 76, 15" shape="rect" title="Contact us">
<area href="http://houseofstrauss.co.uk/modules/my-mod-1" coords="76, 0, 108, 15" shape="rect" title="Site admin">
<area href="http://houseofstrauss.co.uk/modules/my-mod-1/sitemap.php" shape="rect" coords="110, 1, 151, 15" title="Site map">
<area href="http://houseofstrauss.co.uk/modules/wfsection/" shape="rect" coords="152, 1, 199, 15" title="Articles">
<area href="http://houseofstrauss.co.uk/modules/soapbox" coords="204, 2, 244, 14" shape="rect" title="Reviews">
<area href="http://houseofstrauss.co.uk/modules/wordbook" shape="rect" coords="246, 1, 296, 15" title="Glossary">
<area href="http://houseofstrauss.co.uk/modules/mylinks" shape="rect" coords="298, 1, 331, 15" title="Links">
<area href="http://houseofstrauss.co.uk/modules/news" shape="rect" coords="331, 1, 359, 15" title="News">
<area href="http://houseofstrauss.co.uk/modules/wordpress" shape="rect" coords="361, 1, 389, 15" title="Journal">
<area href="http://houseofstrauss.co.uk/modules/newbb" shape="rect" coords="391, 0, 430, 15" title="Discussion forums">
<area href="http://houseofstrauss.co.uk/admin.php" coords="459, 0, 523, 15" shape="rect" title="Admin section">map><img border="0" src="http://houseofstrauss.co.uk/themes/mp00/files/nav.gif" width="531" height="16" usemap="#FPMap1">
I also tried using <{$xoops_url}> in liew of domain with no change.
BTW this code has worked for several months previous.