summaryrefslogtreecommitdiff
path: root/website/download/main.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/download/main.inc.php')
-rw-r--r--website/download/main.inc.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/download/main.inc.php b/website/download/main.inc.php
new file mode 100644
index 0000000..e8a1d60
--- /dev/null
+++ b/website/download/main.inc.php
@@ -0,0 +1,12 @@
+<?php
+/*
+ * Copyright 2004 Matt Brubeck
+ * This file is licensed under a Creative Commons license:
+ * http://creativecommons.org/licenses/by/2.0/
+ */
+require_once "../main.inc.php";
+$sitePath = "..";
+$sectionId = "download/";
+$sectionPath = ".";
+$sectionTitle = _("Download");
+?>