- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 56 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - couldnt find any help about this right block theme [ ]
Author
Message
arames
Nuke Soldier
Joined: Apr 30, 2006
Posts: 15
Posted:
Tue May 02, 2006 7:25 am
I have Nuke 7.8 , and installed a new Theme.
But the right block dont show.
Here is the footer of theme.php
Quote:
function themefooter() {
global $index, $foot1, $foot2, $foot3, $copyright;
if (defined('INDEX_FILE')) {
$tmpl_file = "themes/SMN_MAMBO/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}
Could the error be here???
Thank you in advance for your support
dezina
Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Fri May 05, 2006 7:48 am
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