-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.cfg.php
45 lines (36 loc) · 1.6 KB
/
theme.cfg.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
/************************************************************************/
/* ATutor */
/************************************************************************/
/* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg & Heidi Hazelton*/
/* Adaptive Technology Resource Centre / University of Toronto */
/* http://atutor.ca */
/* */
/* This program is free software. You can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/************************************************************************/
// $Id: theme.cfg.php 2813 2004-12-12 15:37:46Z greg $
/* This is the default configuration file for the default theme. */
/* The theme's name. */
$_theme['name'] = 'Default 1.6';
/* The theme's version number. */
$_theme['version'] = '0.1';
/* Which version of ATutor is this theme intended for. */
$_theme['atutor-version'] = '1.6';
/* author information */
$_theme['author_name'] = 'ATutor';
$_theme['author_url'] = 'http://atutor.ca';
$_theme['author_email'] = '';
/* theme default course banner styles: */
/*
$_theme['banner']['font-family'] = 'Verdana, Arial, sans-serif';
$_theme['banner']['font-weight'] = 'bold';
$_theme['banner']['color'] = 'black';
$_theme['banner']['font-size'] = 'xx-large';
$_theme['banner']['text-align'] = 'center';
$_theme['banner']['background-color'] = 'white';
$_theme['banner']['background-image'] = '';
$_theme['banner']['vertical-align'] = 'middle';
$_theme['banner']['padding'] = '3px';*/
?>