[svn r11830] Replace old images by new ones

skala
Julian Prud'homme 18 years ago
parent 1229990140
commit c8e0e89a0e
  1. 2
      main/forum/index.php
  2. 2
      main/forum/viewforum.php
  3. 2
      main/forum/viewforumcategory.php

@ -313,7 +313,7 @@ foreach ($forum_categories_list as $forum_category_key => $forum_category)
{
if (is_array($whatsnew_post_info[$forum['forum_id']]) and !empty($whatsnew_post_info[$forum['forum_id']]))
{
echo icon('../img/forumnew.gif');
echo icon('../img/forum.gif');
}
else
{

@ -250,7 +250,7 @@ foreach ($threads as $row)
echo "\t\t<td>";
if (is_array($whatsnew_post_info[$_GET['forum']][$row['thread_id']]) and !empty($whatsnew_post_info[$_GET['forum']][$row['thread_id']]))
{
echo icon('../img/forumthreadnew.gif');
echo icon('../img/forumthread.gif');
}
else
{

@ -293,7 +293,7 @@ foreach ($forum_list as $key=>$forum)
{
if (is_array($whatsnew_post_info[$forum['forum_id']]) and !empty($whatsnew_post_info[$forum['forum_id']]))
{
echo icon('../img/forumnew.gif');
echo icon('../img/forum.gif');
}
else
{

Loading…
Cancel
Save