summaryrefslogtreecommitdiff
path: root/website/about/main.inc.php
blob: b788b4a636c3316799b8ab3e081e77b7adab0757 (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 = "about/";
$sectionPath = ".";
$sectionTitle = _("About Oreka");
?>