hihi, im trying 2 modific a theme, and i have a question.
this is ok??
function themesidebox($title, $content) {
$left = blocks(left)
$right = blocks(right)
if($left) {
$tmpl_file = "themes/LTX_Skin/block-left.htm";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
else
{$tmpl_file = "themes/LTX_Skin/block-right.htm";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
if isnt, can u help me??
this is a screen with "my work"
http://img41.echo.cx/my.php?image=adelanto0tq.gif
pd: i want 2 make diferents the blocks in the left and the blocks in the right like this http://img41.echo.cx/my.php?image=ltxlayout7rk.gif