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

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'

Variable Documentation

$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
Initial value:
 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
Initial value:
 array(
    'canvas',
    'base',
)

Definition at line 30 of file config.php.

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

Definition at line 43 of file config.php.

Definition at line 166 of file config.php.

$THEME sheets
Initial value:
 array(
    'jmobilerc2',
    'core',
    'media'
)

Definition at line 36 of file config.php.

 All Data Structures Namespaces Files Functions Variables Enumerations