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

Go to the source code of this file.

Variables

$THEME name = 'afterburner'
$THEME parents = array('base')
$THEME sheets
$THEME parents_exclude_sheets
$THEME editor_sheets = array('editor')
$THEME layouts
$THEME enable_dock = true
$THEME rendererfactory = 'theme_overridden_renderer_factory'
$THEME csspostprocess = 'afterburner_process_css'

Variable Documentation

Definition at line 136 of file config.php.

$THEME editor_sheets = array('editor')

Definition at line 25 of file config.php.

$THEME enable_dock = true

Definition at line 132 of file config.php.

$THEME layouts

Definition at line 27 of file config.php.

$THEME name = 'afterburner'

Definition at line 3 of file config.php.

$THEME parents = array('base')

Definition at line 5 of file config.php.

Initial value:
 array(
    'base'=>array(
        'pagelayout',
        'dock'
    ),
)

Definition at line 19 of file config.php.

Definition at line 134 of file config.php.

$THEME sheets
Initial value:
 array(
    'afterburner_layout',   
    'afterburner_styles',   
    'afterburner_menu',
    'afterburner_blocks',
    'afterburner_mod',
    'afterburner_calendar',
    'afterburner_dock',
    'afterburner_settings',
    'rtl'
)

Definition at line 7 of file config.php.

 All Data Structures Namespaces Files Functions Variables Enumerations