summaryrefslogtreecommitdiff
path: root/website/support/main.inc.php
blob: 45c9c7e012a5e94a48e69840dc8f439458d41670 (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 = "support/";
$sectionPath = ".";
$sectionTitle = _("Support");
?>