forked from atutor/AContent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
22 lines (18 loc) · 979 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/************************************************************************/
/* AContent */
/************************************************************************/
/* Copyright (c) 2010 */
/* Inclusive Design Institute */
/* */
/* This program is free software. You can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/************************************************************************/
// $Id$
define('TR_INCLUDE_PATH', 'include/');
include(TR_INCLUDE_PATH.'vitals.inc.php');
include(TR_INCLUDE_PATH.'header.inc.php');
// display footer
include(TR_INCLUDE_PATH.'footer.inc.php');
?>