Merge pull request #8 from radiocontrolled/0004872
[atutor.git] / about.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2010                                              */
6 /* Inclusive Design Institute                                           */
7 /* http://atutor.ca                                                     */
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 // $Id$
13
14 $_user_location = 'public';
15
16 define('AT_INCLUDE_PATH', 'include/');
17 require(AT_INCLUDE_PATH.'/vitals.inc.php');
18 require(AT_INCLUDE_PATH.'header.inc.php');
19
20 ?>
21 <?php 
22 $savant->display('about.tmpl.php');
23 require(AT_INCLUDE_PATH.'footer.inc.php'); ?>