summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-16 18:06:09 +0100
committeremkael <emkael@tlen.pl>2017-01-16 18:06:09 +0100
commitbcc5a4c29ec9178d7515c8b29d186f31bac4065b (patch)
tree9124ab2ffff01c1fa083038b8f0c26b95e3c6730 /http
parent68f5ac77ee0ca7788c7c48681ad2067de2af427b (diff)
* cosmetic changes to the feed standard layout
Diffstat (limited to 'http')
-rw-r--r--http/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/http/index.php b/http/index.php
index 0c7ad7a..17613e9 100644
--- a/http/index.php
+++ b/http/index.php
@@ -34,6 +34,8 @@ $smarty->setCacheDir('../cache/smarty');
$smarty->setCompileDir('../cache/smarty/compile');
$smarty->setTemplateDir('../templates');
+$smarty->assign('feedID', 'http://rss.emkael.info'.$_SERVER['REQUEST_URI']);
+$smarty->assign('feedTitle', $provider->title());
$smarty->assign('cacheTime', $provider->cacheTime());
$smarty->assign('user', $feed);
$smarty->assign('content', $provider->get());