aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/darkbubble/photo_view.tpl
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-10-02 18:39:53 -0500
committerDevlon Duthie <duthied@gmail.com>2011-10-02 18:39:53 -0500
commit8e38fe6f47db54e7af12707130641e8de9f3eeb9 (patch)
tree5b2b4fadf9adc716bf7c94dc864c9403007a8c84 /view/theme/darkbubble/photo_view.tpl
parentf6f5e5b99389019bdd6a3258de19cdda2d014b97 (diff)
parent7c1968907d26a66581d362475a6b557e53e159cb (diff)
downloadvolse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.tar.gz
volse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.tar.bz2
volse-hubzilla-8e38fe6f47db54e7af12707130641e8de9f3eeb9.zip
Merge branch 'master' of http://github.com/friendika/Free-Friendika
Diffstat (limited to 'view/theme/darkbubble/photo_view.tpl')
-rw-r--r--view/theme/darkbubble/photo_view.tpl40
1 files changed, 0 insertions, 40 deletions
diff --git a/view/theme/darkbubble/photo_view.tpl b/view/theme/darkbubble/photo_view.tpl
deleted file mode 100644
index 4582751c6..000000000
--- a/view/theme/darkbubble/photo_view.tpl
+++ /dev/null
@@ -1,40 +0,0 @@
-<div id="live-display"></div>
-<h3><a href="$album.0">$album.1</a></h3>
-
-<div id="photo-edit-link-wrap">
-{{ if $tools }}
-<a id="photo-edit-link" href="$tools.edit.0">$tools.edit.1</a>
--
-<a id="photo-toprofile-link" href="$tools.profile.0">$tools.profile.1</a>
-{{ endif }}
-{{ if $lock }} - <img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,'photo$id');" /> {{ endif }}
-</div>
-
-<div id="photo-photo">
- {{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }}
- <a href="$photo.href" title="$photo.title"><img src="$photo.src" /></a>
- {{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }}
-</div>
-
-<div id="photo-photo-end"></div>
-<div id="photo-caption" >$desc</div>
-{{ if $tags }}
-<div id="in-this-photo-text">$tags.0</div>
-<div id="in-this-photo">$tags.1</div>
-{{ endif }}
-{{ if $tags.2 }}<div id="tag-remove"><a href="$tags.2">$tags.3</a></div>{{ endif }}
-
-{{ if $edit }}$edit{{ endif }}
-
-{{ if $likebuttons }}
-<div id="photo-like-div">
- $likebuttons
- $like
- $dislike
-</div>
-{{ endif }}
-
-$comments
-
-$paginate
-