fix sign_progress_tiny init-param

This commit is contained in:
Andrew Dolgov 2010-11-05 16:28:05 +03:00
parent d822130165
commit c7adf76040

View file

@ -3147,7 +3147,7 @@
theme_image($link, "images/indicator_white.gif"))); theme_image($link, "images/indicator_white.gif")));
array_push($params, make_init_param("sign_progress_tiny", 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", array_push($params, make_init_param("sign_excl",
theme_image($link, "images/sign_excl.png"))); theme_image($link, "images/sign_excl.png")));