AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / themes / default / theme.cfg.php
1 <?php
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
7 /*                                                                      */
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'] = 'Default 0.1';
17
18 /* The theme's version number. */
19 $_theme['version'] = '0.1';
20
21 /* Which version of AContent is this theme intended for. */
22 $_theme['transformable-version'] = '0.1';
23
24 /* author information */
25 $_theme['author_name']  = 'AContent';
26 $_theme['author_url']   = 'http://atrc.utoronto.ca/';
27 $_theme['author_email'] = '';
28
29 ?>