diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 23:23:25 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-14 23:23:25 +0300 |
| commit | ba5698285b73785d9faaad76486b5cffc1c7a83d (patch) | |
| tree | 6320b78e724bf5f2f06f66f505d8b9dcc56b8a97 /functions.php | |
| parent | 883fee8df09668f268fc95a724fa01e77f02fbd4 (diff) | |
display proper loading indicator for categories
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 656cadf7c..f32ff8c98 100644 --- a/functions.php +++ b/functions.php @@ -3140,6 +3140,9 @@ print "<param key=\"sign_progress\" value=\"". theme_image($link, "images/indicator_white.gif")."\"/>"; + print "<param key=\"sign_progress_tiny\" value=\"". + theme_image($link, "images/indicator_tiny.gif")."\"/>"; + print "<param key=\"sign_excl\" value=\"". theme_image($link, "images/sign_excl.png")."\"/>"; |