[ AÇ ]
styles/subsilver2/template/forumlist_body.html
[ BUL ]
- Kod: Tümünü seç
<table class="tablebg" cellspacing="1" width="100%">
[ ÖNCESİNE EKLE ]
- Kod: Tümünü seç
<style type="text/css">
<!--
.smallfont {
font-family:arial;
font-size: 10px;
font-weight:bold;
}
.users_in_forum {
color:#a52a2a;
}
-->
</style>
[ BUL ]
- Kod: Tümünü seç
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
[ BUNUNLA DEĞİŞTİR ]
- Kod: Tümünü seç
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- IF forumrow.USERS_IN_FORUM --> <span class="smallfont">(<span class="users_in_forum">{forumrow.USERS_IN_FORUM}</span>)</span><!-- ENDIF -->
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
[ BİTTİ ]







