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