aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_album.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-14 02:36:59 +0100
committerThomas Willingham <founder@kakste.com>2013-07-14 02:36:59 +0100
commitba5803bebc144f46fe1a9d29b08e3b6ac71aaecc (patch)
tree6e6e233727121757a62218c6af43559daaa6a676 /view/tpl/photo_album.tpl
parente83df684c02d534e81244e958413ac5c67b24e54 (diff)
downloadvolse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.tar.gz
volse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.tar.bz2
volse-hubzilla-ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc.zip
Give prettyphoto it's own template to make themeing it less annoying.
Diffstat (limited to 'view/tpl/photo_album.tpl')
-rwxr-xr-xview/tpl/photo_album.tpl12
1 files changed, 1 insertions, 11 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index 33ab84df7..d2016e41c 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -1,14 +1,4 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<script type="text/javascript" charset="utf-8">
- $(document).ready(function(){
- $("a[rel^='prettyPhoto']").prettyPhoto();
- });
-</script>
-
+{{include file="prettyphoto.tpl"}}
<div class="photo-album-image-wrapper" id="photo-album-image-wrapper-{{$id}}">
<a href="{{$photolink}}" class="photo-album-photo-link" id="photo-album-photo-link-{{$id}}" title="{{$phototitle}}" rel="{{$rel}}">
<img src="{{$imgsrc}}" alt="{{$imgalt}}" title="{{$phototitle}}" class="photo-album-photo lframe resize{{$twist}}" id="photo-album-photo-{{$id}}" />