vbulletin Logo ortalama
header templatesinde şu kısmı bul;
PHP- Kodu:
[left]<td align="$stylevar
"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
şununla değiştir;
PHP- Kodu:
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
|