Proyectos de Subversion Moodle

Rev

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

Rev 1374 Rev 1375
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 16... Línea 16...
16
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
16
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
17
 
17
 
Línea 18... Línea 18...
18
    // Include all parent theme settings
18
    // Include all parent theme settings
19
    require('../../universe/settings/topbar.php');
19
    require('../../universe_child/settings/topbar.php');