diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-08-17 17:15:14 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-08-17 17:15:14 +0100 |
| commit | 527c3bf0221b28973dbd668e92ab9f91578914d2 (patch) | |
| tree | 353ecabd2821c46d25cb10abaf288d863c942177 /functions.php | |
| parent | 70dcff6b3d681bbeae4b9536139426d6d60a46bd (diff) | |
parse_counters: enable feed icons on the fly
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 01618abd8..0f9694eda 100644 --- a/functions.php +++ b/functions.php @@ -2412,6 +2412,9 @@ print "<param key=\"infobox_disable_overlay\" value=\"" . get_pref($link, "_INFOBOX_DISABLE_OVERLAY") . "\"/>"; + print "<param key=\"icons_location\" value=\"" . + ICONS_URL . "\"/>"; + print "</init-params>"; } |