changed git call from https to git readonly
[atutor.git] / mods / terms_and_conditions / terms_and_conditions.php
1 <?php
2 /****************************************************************/
3 /* ATutor                                                       */
4 /****************************************************************/
5 /* Copyright (c) 2002-2008                                                                              */
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: terms_and_conditions.php 8319 2009-03-03 16:38:19Z hwong $
14 $_user_location = 'public';
15 define('AT_INCLUDE_PATH', '../../include/');
16 require (AT_INCLUDE_PATH.'vitals.inc.php');
17 $savant->assign('site_name', $_config['site_name']);
18 $savant->assign('theme', $_SESSION['prefs']['PREF_THEME']);
19 $savant->assign('base_href', $_base_href);
20 $savant->assign('tac_link', $_config['tac_link']);
21 $savant->assign('body_text', $_config['tac_body']);
22 $savant->display('terms_and_conditions.tmpl.php');
23 ?>