Boardindex.Template.php'de bul :
// Assuming the category hasn't been collapsed...
if (!$category['is_collapsed'])
{
echo '
';
Değiştir :
// Assuming the category hasn't been collapsed...
if (!$category['is_collapsed'])
{
echo '
',
empty($settings['boardname_posts_lastposts_nodisplay']) ? '
|
'. $txt['forum_adi'].'
|
'. $txt['konu'].'
|
'. $txt['mesaj'].'
|
'. $txt['son_mesajlar'].'
|
' : '' ;
Temanızın languages/index.turkish.php dosyasında ?> tagından önce ekleyin :
$txt['forum_adi'] = 'Forum adi';
$txt['konu'] = 'Konu';
$txt['mesaj'] = 'Mesaj';
$txt['son_mesajlar'] = 'Son Mesajlar';
Üye Girişi Yap
Kullanıcı bilgileriniz ile üye girişi yapabilirsiniz.