allora, find in admin/functions:
eval("\$retval = \"".gettemplate("postbit")."\";");
}
return $retval;
}
replace:
$sunday="postbit";
$monday="postbit1";
$Tuesday="postbit2";
$Wednesday="postbit3";
$Thursday="postbit4";
$Friday="postbit5";
$Saturday="postbit6";
$today = date("w");
$naif = array("$sunday", "$monday", "$Tuesday", "$Wednesday",
"$Thursday", "$Friday", "$Saturday");
eval("\$retval = \"".gettemplate("$naif[$today]")."\";");
}
return $retval;
}
result: I do not see more the list of the threads, why?
you see GIF under :ermm: :ermm: :ermm:
|