Log in

View Full Version : CMS PHP-Nuke



pavmoxo
07-17-2006, 10:21 AM
Hello!!

I tried the PHP-Nuke 7.8 and I have a problem with banners: I can insert them in the administration but I can't show them in main page!! Is this a problem of this version or I did a mistake??

AKiFEMRE
07-17-2006, 06:56 PM
Open your theme's theme.php.
Find that.

if ($banners) {
include("banners.php");
echo "<br>";
}
And replace with that.
ads(0);