Proyectos de Subversion Moodle

Rev

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

Rev 1357 Rev 1374
Línea 13... Línea 13...
13
if ($ADMIN->fulltree) {
13
if ($ADMIN->fulltree) {
Línea 14... Línea 14...
14
 
14
 
15
    // Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.                         
15
    // Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.                         
Línea -... Línea 16...
-
 
16
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
-
 
17
 
-
 
18
    // Include all parent theme settings
Línea 16... Línea 19...
16
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
19
    require('../../universe/settings/topbar.php');
17
 
20
 
Línea 18... Línea 21...
18
 
21