open mainfile.php find
Code:
function render_blocks($side, $blockfile, $title, $content, $bid, $url) {
make the
$title var null so it wont show anything. And you will have something like
Code:
function render_blocks($side, $blockfile, $title, $content, $bid, $url) {
if ($title) { $title = ''; }
if ($url == "") {
if ($blockfile == "") {
if ($side == "c") {
.....