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