summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 18:23:24 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 18:23:24 +0400
commit66438f2922dad7b3a6d36bc22a06b3566fd9becf (patch)
treed6df0bfed31c974c99ae56922e4323d007291f38 /functions.php
parentb25df544b4d77a3deb43c9968797e5703e1e84f2 (diff)
init params: add fresh article age
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 115bdfebd..958ffea8e 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 . "\"/>";