summaryrefslogtreecommitdiff
path: root/website/contact/main.inc.php
blob: f3ab750c77e017b6bad3a1c6a426e79e1a77a1a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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 = "contact/";
$sectionPath = ".";
$sectionTitle = _("Contact Us");
$sectionNavItems = array(
  array(_("Mailing Lists"), "lists"),
  array(_("Privacy Policy"), "privacy"),
);
?>