move code up one directory
[atutor.git] / themes / default15 / 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 // $Id: theme.cfg.php 6481 2006-07-06 15:03:02Z joel $
13
14 /* This is the default configuration file for the default theme. */
15
16 /* The theme's name. */
17         $_theme['name'] = 'ATutor';
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 /* theme default course banner styles: */
31         $_theme['banner']['font-family'] = 'Verdana, Arial, sans-serif';
32         $_theme['banner']['font-weight'] = 'bold';
33         $_theme['banner']['color']       = 'black';
34         $_theme['banner']['font-size']   = 'xx-large';
35         $_theme['banner']['text-align']  = 'center';
36
37         $_theme['banner']['background-color'] = 'white';
38         $_theme['banner']['background-image'] = '';
39         $_theme['banner']['vertical-align']   = 'middle';
40         $_theme['banner']['padding']          = '3px';
41
42 ?>