Hi,
I'm trying to get this to work like this: If option banners are activated, banners.php will be included. Otherwise I'd like a picture to show up. This is the piece I have right now that isn't working:
if ($banners) {
include("banners.php");
} else {
echo "<img src=\"themes/Traditional/images/logo.gif\" width=\"468\" height=\"60\" border=\"0\">\n";
}
If I have banners activated it's all ok, but with no banners it doesn't work... It's a modification of PHP-nuke
/N!cklas