diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-07 16:39:43 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-07 16:39:43 +0200 |
commit | 1c0700f371f96466be113a4184d7ab9acd39e22f (patch) | |
tree | 625102ab98b1f89f14b44ab729dc4b5a88fdeb3d /view/theme/diabook-red/photo_view.tpl | |
parent | 1440786c319b25f870ef1f85dba7aaf50e49f842 (diff) | |
download | volse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.tar.gz volse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.tar.bz2 volse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.zip |
changelog 1.014 :
image-rezise via jquery-plugin in stream
comments under uploaded pictues
add Diabook's version-number in head-section
css-fixes:
tabs
youtube-iframe
title-bar in jot-wrapper
blockquote & .oembed
Diffstat (limited to 'view/theme/diabook-red/photo_view.tpl')
-rwxr-xr-x | view/theme/diabook-red/photo_view.tpl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/view/theme/diabook-red/photo_view.tpl b/view/theme/diabook-red/photo_view.tpl index 511fc73ac..09dfb2aae 100755 --- a/view/theme/diabook-red/photo_view.tpl +++ b/view/theme/diabook-red/photo_view.tpl @@ -24,4 +24,13 @@ {{ endif }} {{ if $tags.2 }}<div id="tag-remove"><a href="$tags.2">$tags.3</a></div>{{ endif }} -{{ if $edit }}$edit{{ endif }}
\ No newline at end of file +{{ if $edit }}$edit{{ endif }} + +<div style="margin-top:20px"> +</div> +<div id="wall-photo-container"> +$comments +</div> + +$paginate + |