summaryrefslogtreecommitdiff
path: root/website/download/main.inc.php
blob: e8a1d600d3168c8420b4be7af9d55bfc76531d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
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");
?>