[phpbb]#
#--[ OTWÓRZ ]--
#
/index.php
#
#--[ ZNAJDŹ ]--
#
$folder_image = ( $unread_topics ) ? $images['forum_new'] : $images['forum'];
$folder_alt = ( $unread_topics ) ? $lang['New_posts'] : $lang['No_new_posts'];
#
#--[ ZAMIEŃ NA ]--
# 17 to id wybranego forum
$folder_image = ( $unread_topics || $forum_id == 17 ) ? $images['forum_new'] : $images['forum'];
$folder_alt = ( $unread_topics || $forum_id == 17 ) ? $lang['New_posts'] : $lang['No_new_posts'];
#
#--[ ZAPISZ, ZAMKNIJ ]--
#[/phpbb]
Autor postu otrzymał pochwałę
+Termit
ON WIE LEPIEJ