52927fe9eb75d45f48822160ec4689ecb0208b7b
[atutor.git] / docs / mods / _core / enrolment / import_course_list.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 define('AT_INCLUDE_PATH', '../../../include/');
15 require (AT_INCLUDE_PATH.'vitals.inc.php');
16 authenticate(AT_PRIV_ENROLLMENT);
17
18 require(AT_INCLUDE_PATH.'header.inc.php');
19
20 $savant->display('instructor/enrolment/import_course_list.tmpl.php');
21 require(AT_INCLUDE_PATH.'footer.inc.php'); ?>