Tekil Mesaj gösterimi
  #1  
Alt 25 November 2008, 11:33
ceyLin ceyLin isimli Üye şimdilik offline konumundadır
Senior Member
 
Kayıt Tarihi: 21 September 2008
Mesajlar: 15,180
Konular:
Aldığı Beğeni: 0 xx
Beğendiği Mesajlar: 0 xx
Post Katagori basliklari gölgeli

Görünüm;


BoardIndex.template.php de


Bul

Kod:
// If this category even can collapse, show a link to collapse it.
if ($category['can_collapse'])
echo '
<div style="float: right">
<a href="', $category['collapse_href'], '">', $category['collapse_image'], '</a></div>';

echo '
', $category['link'], '
Degistir

Kod:
// If this category even can collapse, show a link to collapse it.
if ($category['can_collapse'])
echo '
<div style="float: right">
<a href="', $category['collapse_href'], '">', $category['collapse_image'], '</a></div>';

// Kategori BasLikLari GoLgeLi By A t t a c k

echo '
<table style="filter:shadow(color=#006699, direction=225)">', $category['link'], '
</td></table>
Rengini Degistirmek Icin color=#006699 Arayın .. Renk KodLarını Isteginize göre degisebiLirsiniz..
Alıntı ile Cevapla