The tag for ATutor 2.0.3 release.
[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 <p><?php echo _AT('atutor_is');  ?></p>
22
23 <?php echo _AT('atutor_links');  ?>
24
25 <?php require(AT_INCLUDE_PATH.'footer.inc.php'); ?>