~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to theme/garden/config.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id: config.php,v 1.3 2003/10/22 07:54:37 moodler Exp $
2
 
 
3
 
$THEME->body         = "#99cc66";  // Main page color
4
 
$THEME->cellheading  = "#99cc66";  // Standard headings of big tables
5
 
$THEME->cellheading2 = "#669966";  // Highlight headings of tables
6
 
$THEME->cellcontent  = "#eeeedd";  // For areas with text
7
 
$THEME->cellcontent2 = "";  // Alternate colour
8
 
$THEME->borders      = "#669966";  // Table borders
9
 
$THEME->highlight    = "#ffff99";  // Highlighted text (eg after a search)
10
 
$THEME->hidden       = "#AAAAAA";  // To color things that are hidden
11
 
$THEME->autolink     = "#DDDDDD";  // To color auto-generated links (eg glossary)
12
 
 
13
 
$THEME->custompix    = false;      // If true, then this theme must have a "pix" 
14
 
                                   // subdirectory that contains copies of all 
15
 
                                   // files from the moodle/pix directory
16
 
                                   // See "cordoroyblue" for an up-to-date example.
17
 
?>