Thread: Right blocks
View Single Post
  #8 (permalink)  
Old 12-23-2006, 10:16 PM
Gholbine Gholbine is offline
Junior Member
 
Join Date: Aug 2006
Posts: 16
Originally Posted by boriskender
probably that was the problem cuz in subblack3d in theme.php there is no that line
i c content of the subblack3d theme pack is different from all other themes.
...found line in coldsteel and others.
thanks for help
I have that Theme and mine work look at line 169 should look like this

function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4;
if (defined('INDEX_FILE')) {
$tmpl_file = "themes/subBlack3d/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}


Well cant ofc not say is on line 169 whit u, but alest it should be

But if u cant get it to work, send me a mail then i send it to u
Reply With Quote