View Single Post
Old
  (#2 (permalink))
protegechris
Junior Member
 
Status: Offline
Posts: 38
Join Date: Dec 2004
01-11-2006, 11:13 PM

Fixed, for those having the problem, change:
Code:
$ban = ads(2);
to:

Code:
if ($banners) {
	include("banners.php");
	echo "
";
    }
in theme.php of the problem theme.
   
Reply With Quote