From a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 14:42:51 -0700 Subject: implement Smarty3 --- view/tpl/smarty3/photos_recent.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 view/tpl/smarty3/photos_recent.tpl (limited to 'view/tpl/smarty3/photos_recent.tpl') diff --git a/view/tpl/smarty3/photos_recent.tpl b/view/tpl/smarty3/photos_recent.tpl new file mode 100644 index 000000000..43a22a017 --- /dev/null +++ b/view/tpl/smarty3/photos_recent.tpl @@ -0,0 +1,11 @@ +

{{$title}}

+{{if $can_post}} +{{$upload.0}} +{{/if}} + +
+{{foreach $photos as $photo}} + {{include file="photo_top.tpl"}} +{{/foreach}} +
+
-- cgit v1.2.3