diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-19 16:44:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-19 16:44:16 -0700 |
commit | 0a9d3b4025cf49537c16868a093640fe7891d21c (patch) | |
tree | 742b700de282c4c432beec3193e2b61b01aca07d /view/tpl/photo_view.tpl | |
parent | 6bd90816dd76d5fbd2374f72ac302537bc1ef047 (diff) | |
parent | 8b563951ff9019e6a0c3a459ad5b768826a2017c (diff) | |
download | volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.gz volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.bz2 volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 1054d5e3a..63d5ad778 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -1,6 +1,5 @@ <div id="live-photos"></div> <div class="generic-content-wrapper"> - <div class="section-title-wrapper"> <div class="pull-right"> @@ -155,17 +154,17 @@ {{/if}} <div class="clear"></div> </div> -</div> -{{$comments}} + {{$comments}} -{{if $commentbox}} -<div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" > - {{$commentbox}} -</div> -{{/if}} + {{if $commentbox}} + <div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" > + {{$commentbox}} + </div> + {{/if}} -<div class="clear"></div> + <div class="clear"></div> +</div> {{$paginate}} |