diff options
author | emkael <emkael@tlen.pl> | 2017-01-16 18:06:09 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-01-16 18:06:09 +0100 |
commit | bcc5a4c29ec9178d7515c8b29d186f31bac4065b (patch) | |
tree | 9124ab2ffff01c1fa083038b8f0c26b95e3c6730 /http/index.php | |
parent | 68f5ac77ee0ca7788c7c48681ad2067de2af427b (diff) |
* cosmetic changes to the feed standard layout
Diffstat (limited to 'http/index.php')
-rw-r--r-- | http/index.php | 2 |
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()); |