"; if ($file=="index") menu(); echo "
";
//" ";
##else echo " | ";
echo " | ";
}
function piede(){
global $nometema,$blocco,$lang;
$tmpl_file = "temi/language/$lang/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
if($blocco==1){
blocco();
echo " | |
";
foreach($row as $row2) {
list($mid, $title,$preamble,$content,$editimage) = explode($row2);
if ($title != "" && $content != "") {
$content = stripslashes($content);
$content = substr($content,0,45);
echo "
$title
$content
";
}
}
//echo "