6f5a440c67f11192831cf1e8ab794da56c792296
[acontent.git] / docs / home / editor / index.php
1 <?php
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
7 /*                                                                      */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 /** Commented by Cindy Li on Apr 27, 2010
14  * Modified from ATutor home/editor/*, SVN revision 9807
15  */
16
17 define('TR_INCLUDE_PATH', '../../include/');
18 require (TR_INCLUDE_PATH.'vitals.inc.php');
19
20 $_section[0][0] = 'Blank Page';
21
22 require (TR_INCLUDE_PATH.'header.inc.php');
23
24 ?>
25 blank page
26 <?php
27 require (TR_INCLUDE_PATH.'footer.inc.php');
28 ?>