diff options
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()); |