summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 18:23:37 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 18:23:37 +0400
commit9a4dd417c4db9e3f752ee571fd67bb0ef04a45cf (patch)
treed3497ad19b94e05d7ff6bc1e2260952f60fc85b5 /functions.php
parent35a243833e25ce8703b0f151c5a84d20281ef749 (diff)
parent66438f2922dad7b3a6d36bc22a06b3566fd9becf (diff)
Merge branch 'master' into digest-experimental
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index eb3ba98a9..02f8bf78a 100644
--- a/functions.php
+++ b/functions.php
@@ -3176,6 +3176,9 @@
print "<param key=\"cdm_auto_catchup\" value=\"" .
(int) get_pref($link, "CDM_AUTO_CATCHUP") . "\"/>";
+ print "<param key=\"fresh_article_max_age\" value=\"" .
+ (int) get_pref($link, "FRESH_ARTICLE_MAX_AGE") . "\"/>";
+
print "<param key=\"icons_url\" value=\"" . ICONS_URL . "\"/>";
print "<param key=\"cookie_lifetime\" value=\"" . SESSION_COOKIE_LIFETIME . "\"/>";