Proyectos de Subversion Moodle

Rev

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

Rev 1286 Rev 1288
Línea 124... Línea 124...
124
 
124
 
125
        // Require for child theme.
125
        // Require for child theme.
126
        if (file_exists($candidate1)) {
126
        if (file_exists($candidate1)) {
127
            $candidate = $candidate1;
127
            $candidate = $candidate1;
128
        } else {
128
        } else {
129
            $candidate = $CFG->dirroot . theme_universe_child_themedir() . '/universe/layout/parts/' . $element;
129
            $candidate = $CFG->dirroot . theme_universe_child_themedir() . '/universe_child/layout/parts/' . $element;
Línea 130... Línea 130...
130
        }
130
        }
131
 
131
 
132
        if (!is_readable($candidate)) {
132
        if (!is_readable($candidate)) {