From bcc5a4c29ec9178d7515c8b29d186f31bac4065b Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 16 Jan 2017 18:06:09 +0100 Subject: * cosmetic changes to the feed standard layout --- http/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'http') 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()); -- cgit v1.2.3