From c2167866ce1b6388c4049b6b8224ea4ecaf6427b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Dec 2012 14:01:33 +0400 Subject: move mark/pub/feed icons to svg --- include/functions.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index cd39789ab..1db3b117c 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1870,10 +1870,10 @@ return "images/archive.png"; break; case -1: - return "images/mark_set.png"; + return "images/mark_set.svg"; break; case -2: - return "images/pub_set.png"; + return "images/pub_set.svg"; break; case -3: return "images/fresh.png"; @@ -1939,8 +1939,8 @@ $params["sign_progress"] = theme_image($link, "images/indicator_white.gif"); $params["sign_progress_tiny"] = theme_image($link, "images/indicator_tiny.gif"); - $params["sign_excl"] = theme_image($link, "images/sign_excl.png"); - $params["sign_info"] = theme_image($link, "images/sign_info.png"); + $params["sign_excl"] = theme_image($link, "images/sign_excl.svg"); + $params["sign_info"] = theme_image($link, "images/sign_info.svg"); foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS", "ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP", @@ -2814,19 +2814,19 @@ function format_warning($msg, $id = "") { global $link; return "
- $msg
"; + $msg"; } function format_notice($msg, $id = "") { global $link; return "
- $msg
"; + $msg"; } function format_error($msg, $id = "") { global $link; return "
- $msg
"; + $msg"; } function print_notice($msg) { @@ -3090,7 +3090,7 @@ $rv['content'] .= " "; $rv['content'] .= ""; - $rv['content'] .= ""; + $rv['content'] .= ""; $rv['content'] .= ""; } -- cgit v1.2.3-54-g00ecf