made a copy
[atutor.git] / about.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
6 /* Adaptive Technology Resource Centre / University of Toronto                  */
7 /* http://atutor.ca                                                                                                             */
8 /*                                                                                                                                              */
9 /* This program is free software. You can redistribute it and/or                */
10 /* modify it under the terms of the GNU General Public License                  */
11 /* as published by the Free Software Foundation.                                                */
12 /************************************************************************/
13 // $Id$
14
15 $_user_location = 'public';
16
17 define('AT_INCLUDE_PATH', 'include/');
18 require(AT_INCLUDE_PATH.'/vitals.inc.php');
19 require(AT_INCLUDE_PATH.'header.inc.php');
20
21 ?>
22 <p><?php echo _AT('atutor_is');  ?></p>
23
24 <?php echo _AT('atutor_links');  ?>
25
26 <?php require(AT_INCLUDE_PATH.'footer.inc.php'); ?>