Hi,
I need help.
How I can put my banner on my PHP-Nuke 7.9.0.3.2c site.
You can see how I want put my banner on my site.
This is now my CODE in my theme.php
Code:
/* Check of right block on/off */
if (defined('INDEX_FILE')) {
$topblock = "<td width=\"194\" height=\"12\"><img src=\"themes/Online/images/right_block_top.jpg\"></td>";
} else {
$topblock = "<td width=\"194\" height=\"12\" background=\"themes/Online/images/middle_block_top.jpg\"></td>";
}
if ($banners == 1) {
$numrows = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_banner WHERE type='0' AND active='1'"));
/* Get a random banner if exist any. */
/* More efficient random stuff, thanks to Cristian Arroyo from http://www.planetalinux.com.ar */
$ads = ads(0);
echo $ads;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum