summaryrefslogtreecommitdiff
path: root/gallery.php
diff options
context:
space:
mode:
Diffstat (limited to 'gallery.php')
-rw-r--r--gallery.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/gallery.php b/gallery.php
new file mode 100644
index 0000000..3def82c
--- /dev/null
+++ b/gallery.php
@@ -0,0 +1,11 @@
+<?php
+ include('includes/common.php');
+
+ $append = '';
+ if (isset($_GET['dir'])) { $append = $_GET['dir']; }
+ placeHeader('Gallery' . $append);
+
+ include('gallery/galerie.php');
+
+ placeFooter();
+?>