Browse Source

pngquant some images

Andrew Dolgov 12 years ago
parent
commit
11cb9506d2

+ 1 - 1
classes/feeds.php

@@ -635,7 +635,7 @@ class Feeds extends Protected_Handler {
 							$reply['content'] .= " ";
 
 							$reply['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
-							$reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
+							$reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";
 
 							$reply['content'] .= "</div>";
 						}

BIN
images/art-readitlater.png


BIN
images/art-zoom.png


BIN
images/feed-icon-64x64.png


BIN
images/logo_wide.png


BIN
images/mark_set.gif


BIN
images/mark_set.png


BIN
images/mark_unset.gif


BIN
images/mark_unset.png


BIN
images/pub_set.gif


BIN
images/pub_set.png


BIN
images/pub_unset.gif


BIN
images/pub_unset.png


BIN
images/sign_excl.png


BIN
images/sign_info.png


BIN
images/sign_quest.png


+ 1 - 1
include/functions.php

@@ -3328,7 +3328,7 @@
 					$rv['content'] .= "&nbsp;";
 
 					$rv['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
-					$rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
+					$rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";
 
 					$rv['content'] .= "</div>";
 				}