Proyectos de Subversion Moodle

Rev

Rev 129 | Rev 151 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 129 Rev 131
Línea 60... Línea 60...
60
            'coursetab-e',
60
            'coursetab-e',
61
            'side-pre',
61
            'side-pre',
62
            'ctopbl',
62
            'ctopbl',
63
            'cbottombl',
63
            'cbottombl',
64
            'cstopbl',
64
            'cstopbl',
65
            'csbottombl',
65
            'csbottombl'
66
            'bellow-custom'
-
 
67
        ),
66
        ),
68
        'defaultregion' => 'bellow-custom',
67
        'defaultregion' => 'side-pre',
69
        'options' => array('langmenu' => true),
68
        'options' => array('langmenu' => true),
70
    ),
69
    ),
71
    'coursecategory' => array(
70
    'coursecategory' => array(
72
        'file' => 'tmpl-columns2.php',
71
        'file' => 'tmpl-columns2.php',
73
        'regions' => array('side-pre'),
72
        'regions' => array('side-pre'),
74
        'defaultregion' => 'side-pre',
73
        'defaultregion' => 'side-pre',
75
    ),
74
    ),
76
    // Part of course, typical for modules - default page layout if $cm specified in require_login().
75
    // Part of course, typical for modules - default page layout if $cm specified in require_login().
77
    'incourse' => array(
76
    'incourse' => array(
78
        'file' => 'tmpl-incourse.php',
77
        'file' => 'tmpl-incourse.php',
79
        'regions' => array('side-pre', 'bellow-custom'),
78
        'regions' => array('side-pre'),
80
        'defaultregion' => 'bellow-custom',
79
        'defaultregion' => 'side-pre',
81
    ),
80
    ),
82
    // The site home page.
81
    // The site home page.
83
    'frontpage' => array(
82
    'frontpage' => array(
84
        'file' => 'tmpl-frontpage.php',
83
        'file' => 'tmpl-frontpage.php',
85
        'regions' => array(
84
        'regions' => array(