move code up one directory
[atutor.git] / themes / tablet1 / 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 // $Id: theme.cfg.php 2813 2004-12-12 15:37:46Z greg $
14
15 /* This is the default configuration file for the default theme. */
16
17 /* The theme's name. */
18         $_theme['name'] = 'tablet1';
19
20 /* The theme's version number. */
21         $_theme['version'] = '1';
22
23 /* Which version of ATutor is this theme intended for. */
24         $_theme['atutor-version'] = '2.0';
25
26 /* author information */
27         $_theme['author_name']  = 'ATutor';
28         $_theme['author_url']   = 'http://atutor.ca';
29         $_theme['author_email'] = '';
30
31 /* theme default course banner styles: */
32 /*
33         $_theme['banner']['font-family'] = 'Verdana, Arial, sans-serif';
34         $_theme['banner']['font-weight'] = 'bold';
35         $_theme['banner']['color']       = 'black';
36         $_theme['banner']['font-size']   = 'xx-large';
37         $_theme['banner']['text-align']  = 'center';
38
39         $_theme['banner']['background-color'] = 'white';
40         $_theme['banner']['background-image'] = '';
41         $_theme['banner']['vertical-align']   = 'middle';
42         $_theme['banner']['padding']          = '3px';*/
43
44 ?>