pngquant some images
|
@ -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>";
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 987 B |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 750 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 848 B After Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 865 B After Width: | Height: | Size: 466 B |
|
@ -3328,7 +3328,7 @@
|
|||
$rv['content'] .= " ";
|
||||
|
||||
$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>";
|
||||
}
|
||||
|
|