From 50c4077c5be4828c67f71504f32dd74d96aec23e Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 28 Sep 2011 16:22:08 -0700 Subject: basic darkbubble - improve as needed --- view/theme/darkbubble/photo_view.tpl | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 view/theme/darkbubble/photo_view.tpl (limited to 'view/theme/darkbubble/photo_view.tpl') diff --git a/view/theme/darkbubble/photo_view.tpl b/view/theme/darkbubble/photo_view.tpl new file mode 100644 index 000000000..4582751c6 --- /dev/null +++ b/view/theme/darkbubble/photo_view.tpl @@ -0,0 +1,40 @@ +
+

$album.1

+ + + +
+ {{ if $prevlink }}{{ endif }} + + {{ if $nextlink }}{{ endif }} +
+ +
+
$desc
+{{ if $tags }} +
$tags.0
+
$tags.1
+{{ endif }} +{{ if $tags.2 }}
$tags.3
{{ endif }} + +{{ if $edit }}$edit{{ endif }} + +{{ if $likebuttons }} +
+ $likebuttons + $like + $dislike +
+{{ endif }} + +$comments + +$paginate + -- cgit v1.2.3