Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/anomaly/config.php File Reference

Go to the source code of this file.

Variables

$THEME name = 'anomaly'
$THEME sheets = array('base', 'general', 'browser','dock')
$THEME parents = array('base')
$THEME parents_exclude_sheets = array('base'=>array('styles_moz'))
$THEME layouts
$THEME rendererfactory = 'theme_overridden_renderer_factory'
$THEME enable_dock = true
$THEME editor_sheets = array('editor')

Variable Documentation

$THEME editor_sheets = array('editor')

Definition at line 130 of file config.php.

$THEME enable_dock = true

Definition at line 128 of file config.php.

$THEME layouts

Definition at line 26 of file config.php.

$THEME name = 'anomaly'

This file contains a few configuration variables that control how Moodle uses this theme.

Definition at line 8 of file config.php.

$THEME parents = array('base')

This variable is an array containing the names of all the stylesheet files you want included in this theme, and in what order

Definition at line 15 of file config.php.

$THEME parents_exclude_sheets = array('base'=>array('styles_moz'))

This variable can be set to the name of a parent theme which you want to have included before the current theme. This can make it easy to make modifications to another theme without having to actually change the files If this variable is empty or false then a parent theme is not used.

Definition at line 24 of file config.php.

Definition at line 126 of file config.php.

$THEME sheets = array('base', 'general', 'browser','dock')

Definition at line 10 of file config.php.

 All Data Structures Namespaces Files Functions Variables Enumerations