aboutsummaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authormoehm2014-10-19 06:59:54 +0200
committermoehm2014-10-19 06:59:54 +0200
commitfe229655401abfa5aea2dc6c8830c8b9ed71aa64 (patch)
treea635fd473c9c3ddc7c5df08e23658fa6479fa92b /functions.php
parent0de0bc0a7f0241aa29b2034a5cec3e9a91c1113e (diff)
downloadjungegemeinde-fe229655401abfa5aea2dc6c8830c8b9ed71aa64.tar.gz
Download zip archiv with all images.
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 31eeb94..eba19f9 100644
--- a/functions.php
+++ b/functions.php
@@ -735,6 +735,8 @@ function show_gallery(){
<li><a href="#change" role="tab" onclick="$('#modal-edit-gallery').modal('show');"><span class="glyphicon glyphicon-cog"></span> Ändern</a></li>
<li><a href="#new" role="tab" onclick="$('#modal-new-gallery').modal('show')"><span class="fa fa-plus"></span> Neu</a></li>
<li><a href="#delete" role="tab" onclick="$('#modal-delete-gallery').modal('show')"><span class="glyphicon glyphicon-trash"></span> Löschen</a></li>
+ <li><a href="/?page=downloadGallery&amp;gallery=<?php echo htmlentities($_GET["gallery"]); ?>" role="tab"><i class="fa fa-download"></i>
+ Download</a></li>
</ul>
<div class="tab-content">
<?php