summaryrefslogtreecommitdiff
path: root/gallery.php
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-14 23:03:35 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-14 23:03:35 +0100
commite557aaf5123b0e43ac5534d276d201eb4d24447e (patch)
treec955873b7547c68a89240a7fe93ed53e2688ef28 /gallery.php
parentab140091c536a5bc618f4523e2e9024222a9483f (diff)
downloadwebsite-e557aaf5123b0e43ac5534d276d201eb4d24447e.tar.gz
website-e557aaf5123b0e43ac5534d276d201eb4d24447e.tar.bz2
website-e557aaf5123b0e43ac5534d276d201eb4d24447e.tar.xz
website-e557aaf5123b0e43ac5534d276d201eb4d24447e.zip
Removed the unused Gallery page
The wiki replaced this gallery a long time ago.
Diffstat (limited to 'gallery.php')
-rw-r--r--gallery.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/gallery.php b/gallery.php
deleted file mode 100644
index 3def82c..0000000
--- a/gallery.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
- include('includes/common.php');
-
- $append = '';
- if (isset($_GET['dir'])) { $append = $_GET['dir']; }
- placeHeader('Gallery' . $append);
-
- include('gallery/galerie.php');
-
- placeFooter();
-?>