Browse Source

Update script.php

Sorunome 9 years ago
parent
commit
87235e0ed8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/source/script.php

+ 2 - 2
src/source/script.php

@@ -30,7 +30,7 @@ function module_news($params)
 		{
 			echo '
 									<div class="dp_news">
-										<img src="', $settings['images_url'], '/on.png" alt="" />
+										<img class="dp_news_icon" src="', $settings['images_url'], '/on.png" alt="" />
 										<p>
 											<a href="', $news['href'], '"><strong>', $news['subject'], '</strong></a> ', $txt['by'], ' ', (!empty($modSettings['dp_color_members']) ? $news['color_poster'] : $news['poster']), '<br />
 											<span class="smalltext">', $news['time'], '</span>
@@ -141,4 +141,4 @@ function dp_boardNews($board, $limit)
 }
 
 
-?>
+?>