9
Try this:
echo ('');
global $xoopsConfig;
if ($xoopsConfig['banners'] == 1) {
//Display Banner
echo (xoops_getbanner());
} else {
return false;
}
echo ('');
As far as making the link open in the same window, I'm not sure there is a way to do that without editing core files.
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.