|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | theme |
Variables | |
| $THEME | name = 'mymobile' |
| $THEME | parents |
| $THEME | sheets |
| $THEME | parents_exclude_sheets |
| $THEME | enable_dock = false |
| $THEME | layouts |
| $thisdevice = get_device_type() | |
| if($thisdevice=="default"||$thisdevice=="tablet"||optional_param('mymobile_blocks', false, PARAM_BOOL)) $THEME | javascripts |
| $THEME | rendererfactory = 'theme_overridden_renderer_factory' |
| $thisdevice = get_device_type() |
Definition at line 146 of file config.php.
| $THEME enable_dock = false |
Definition at line 57 of file config.php.
| if ($thisdevice=="default"||$thisdevice=="tablet"||optional_param('mymobile_blocks', false, PARAM_BOOL)) $THEME javascripts |
array( 'jquery-1.6.4.min', 'custom', 'jquery.mobile-1.0rc2', 'scrollview', 'easing' )
Definition at line 157 of file config.php.
| $THEME layouts |
Definition at line 61 of file config.php.
| $THEME name = 'mymobile' |
Definition at line 27 of file config.php.
| $THEME parents |
array( 'canvas', 'base', )
Definition at line 30 of file config.php.
| $THEME parents_exclude_sheets |
array( 'base' => array( 'pagelayout', 'dock', 'editor', ), 'canvas' => array( 'pagelayout', 'tabs', 'editor', ), )
Definition at line 43 of file config.php.
| $THEME rendererfactory = 'theme_overridden_renderer_factory' |
Definition at line 166 of file config.php.
| $THEME sheets |
array( 'jmobilerc2', 'core', 'media' )
Definition at line 36 of file config.php.