1
I was working on my website yesterday and ran into a problem with the main menu and logo. the area where the XOOPS logo used to be was replaced with:
<{$xoops_sitename}> <{includeq file="$theme_name/userbar.html"}>
and my main menu was replaced with:
<{$block.lang_home}>
<{foreach item=module from=$block.modules}>
<{$module.name}>
<{foreach item=sublink from=$module.sublinks}>
<{$sublink.name}>
<{/foreach}>
<{/foreach}>
also the icons normally in the top right (im using zetagenesis theme) are no longer there. it seemed to have happened suddenly and for no apparent reason so any idea how i could fix this? I am a XOOPS newbie and I know almost nothing about php so any help would be appreciated. thanks.
-John