add a readme file to the top level AContent directory
[acontent.git] / index.php
1 <?php\r
2 /************************************************************************/\r
3 /* AContent                                                             */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2010                                                   */\r
6 /* Inclusive Design Institute                                           */\r
7 /*                                                                      */\r
8 /* This program is free software. You can redistribute it and/or        */\r
9 /* modify it under the terms of the GNU General Public License          */\r
10 /* as published by the Free Software Foundation.                        */\r
11 /************************************************************************/\r
12 // $Id$\r
13 \r
14 define('TR_INCLUDE_PATH', 'include/');\r
15 \r
16 include(TR_INCLUDE_PATH.'vitals.inc.php');\r
17 include(TR_INCLUDE_PATH.'header.inc.php');\r
18 \r
19 // display footer\r
20 include(TR_INCLUDE_PATH.'footer.inc.php');\r
21 \r
22 ?>\r