Bunu bir yerde gördüm
BoardIndex.template.php de
bul
değiştir
hem altta hem üstte gözüktü bunu nasıl engelleriz derseniz
bul
değiştir
BoardIndex.template.php de
bul
Code:
echo '
<div id="boardindex_table" class="boardindex_table">';
değiştir
Code:
echo '
<div id="boardindex_table" class="boardindex_table">';
template_ic_block_recent();
bul
Code:
$func = 'template_ic_block_' . $block['tpl'];
$func();
değiştir
Code:
$func = 'template_ic_block_' . $block['tpl'];
if($func == 'template_ic_block_recent')
echo'';
else
$func();