summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-05 16:28:05 +0300
committerAndrew Dolgov <[email protected]>2010-11-05 16:28:05 +0300
commitc7adf76040f128ce463a21ad0e48b9021cda7daf (patch)
treee5242f5f8e1469be1b4cf0005bc866a73d8910e0 /functions.php
parentd8221301651527b93b113ba21e9978a5606dd4df (diff)
fix sign_progress_tiny init-param
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 59939b967..a45d69485 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")));