Ist nur etwas für die index.php angegeben.
Code: Alles auswählen
index.php
#
#-----[ FIND ]------------------------------------------
#
$folder_image = ( $unread_topics ) ? $images['forum_new'] : $images['forum'];
$folder_alt = ( $unread_topics ) ? $lang['New_posts'] : $lang['No_new_posts'];
#
#-----[ AFTER, ADD ]------------------------------------------
# You can change the forum_id to whichever forum you would like to change it to.
if ($forum_id == 1) $folder_image = ( $unread_topics ) ? "http://www.url.com/forum/templates/subSilver/images/new icon.gif" : "http://www.url.com/forum/templates/subSilver/images/new icon.gif";Hier meine viewforum.php
darot