summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-17 15:05:00 +0100
committerAndrew Dolgov <[email protected]>2007-03-17 15:05:00 +0100
commit8e9c121b8a3fb34302d716478a14e53e94f37b37 (patch)
tree51f917c9273b19bf4b976794ef01a304270009b3 /functions.php
parent7ca91eb38be520659baa2dbd1d9e17c4494c519e (diff)
set fixed pcntl_alarm in daemon, pass ICONS_URL as init param
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index fb38f6b3b..275efb1c7 100644
--- a/functions.php
+++ b/functions.php
@@ -2201,6 +2201,8 @@
print "<param key=\"cdm_auto_catchup\" value=\"" .
sprintf("%d", get_pref($link, "CDM_AUTO_CATCHUP")) . "\"/>";
+ print "<param key=\"icons_url\" value=\"" . ICONS_URL . "\"/>";
+
print "</init-params>";
}