From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/api_timeline_rss.tpl | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) mode change 100644 => 100755 view/tpl/api_timeline_rss.tpl (limited to 'view/tpl/api_timeline_rss.tpl') diff --git a/view/tpl/api_timeline_rss.tpl b/view/tpl/api_timeline_rss.tpl old mode 100644 new mode 100755 index 40239273c..afad50aab --- a/view/tpl/api_timeline_rss.tpl +++ b/view/tpl/api_timeline_rss.tpl @@ -1,26 +1,31 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} Friendika - $rss.alternate - + {{$rss.alternate}} + Friendika timeline - $rss.language + {{$rss.language}} 40 - $user.link - $user.name's items - $user.profile_image_url + {{$user.link}} + {{$user.name}}'s items + {{$user.profile_image_url}} -{{ for $statuses as $status }} +{{foreach $statuses as $status}} - $status.user.name: $status.text - $status.text - $status.created_at - $status.url - $status.url - $status.source + {{$status.user.name}}: {{$status.text}} + {{$status.text}} + {{$status.created_at}} + {{$status.url}} + {{$status.url}} + {{$status.source}} -{{ endfor }} +{{/foreach}} -- cgit v1.2.3