made a copy
[atutor.git] / themes / default_classic / theme.cfg.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
14 /* This is the default configuration file for the default theme. */
15
16 /* The theme's name. */
17         $_theme['name'] = 'ATutor Classic';
18
19 /* The theme's version number. */
20         $_theme['version'] = '0.2';
21
22 /* Which version of ATutor is this theme intended for. */
23         $_theme['atutor-version'] = '1.5.3';
24
25 /* author information */
26         $_theme['author_name']  = 'ATutor';
27         $_theme['author_url']   = 'http://atutor.ca';
28         $_theme['author_email'] = '';
29
30
31 /* Top left header image  - approximately w:230 x h:90                                  */
32 /* Default: images/pub_default.jpg                                                                              */      
33 /* The path to the image must be an absolute path, or use $_base_href   */
34 /* if it's in the ATutor installation directory.                        */
35 define('AT_HEADER_IMAGE',                                       $_base_path. 'images/pub_default.jpg');
36
37 /* Top right logo default: images/at-logo.gif */
38 /* The path to the image must be an absolute path, or use $_base_href   */
39 /* if it's in the ATutor installation directory.                        */
40 define('AT_HEADER_LOGO',                                        $_base_path . 'images/at-logo.gif');
41
42 ?>