From: Andrew Dolgov Date: Fri, 5 Nov 2010 13:28:05 +0000 (+0300) Subject: fix sign_progress_tiny init-param X-Git-Tag: 1.5.0~404 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c7adf76040f128ce463a21ad0e48b9021cda7daf;p=tt-rss.git fix sign_progress_tiny init-param --- diff --git a/functions.php b/functions.php index 59939b96..a45d6948 100644 --- a/functions.php +++ b/functions.php @@ -3147,7 +3147,7 @@ theme_image($link, "images/indicator_white.gif"))); array_push($params, make_init_param("sign_progress_tiny", - theme_image($link, "images/indicator_white.gif"))); + theme_image($link, "images/indicator_tiny.gif"))); array_push($params, make_init_param("sign_excl", theme_image($link, "images/sign_excl.png")));