From: Jonas Häggqvist Date: Tue, 17 Mar 2009 23:33:20 +0000 (+0100) Subject: Expose the theme RSS feeds X-Git-Url: https://repo.or.cz/w/rockboxthemes.git/commitdiff_plain/23c0f53d6f756b86ac4aa35416b67493af05f6ae Expose the theme RSS feeds --- diff --git a/private/templates/header.tpl b/private/templates/header.tpl index 86a59be..ba130a6 100644 --- a/private/templates/header.tpl +++ b/private/templates/header.tpl @@ -3,6 +3,9 @@ +{if $rss} + +{/if} Rockbox Themes - {$title} {literal} diff --git a/private/templates/themelist.tpl b/private/templates/themelist.tpl index af9cd07..6dcada4 100644 --- a/private/templates/themelist.tpl +++ b/private/templates/themelist.tpl @@ -1,4 +1,4 @@ -{include file="header.tpl" title="Themes for $mainlcd"} +{include file="header.tpl" title="Themes for $mainlcd" rss="rss.php?target=`$smarty.request.target`" rsstitle="Themes for `$smarty.request.target`"}

Themes for {$mainlcd}