[code]// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
', $txt[102], ':
', $context['random_news_line'], '
';
echo '
[/code]
kategorilerin üstündeki tablo olan duyurulardaki yazıyı ortalamak için
Boardİndex.template.php 'yi açın
BU KODLARI BULUN
[code] // Show the news fader? (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '
', $txt[102], '
[/code]
BUNUNLA DEĞİŞTİRİN
[code] // Show the news fader? (assuming there are things to show...)
if ($settings['show_newsfader'] && !empty($context['fader_news_lines']))
{
echo '