Proyectos de Subversion Moodle

Rev

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

Rev 1351 Rev 1352
Línea 9... Línea 9...
9
// This is used for performance, we don't need to know about these settings on every page in Moodle, only when                      
9
// This is used for performance, we don't need to know about these settings on every page in Moodle, only when                      
10
// we are looking at the admin settings pages.                                                                                      
10
// we are looking at the admin settings pages.                                                                                      
11
if ($ADMIN->fulltree) {
11
if ($ADMIN->fulltree) {
Línea 12... Línea 12...
12
 
12
 
13
    // Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.                         
-
 
14
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
13
    // Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.                         
Línea 15... Línea 14...
15
    require(__DIR__ . '/settings/topbar.php');
14
    require(__DIR__ . '/settings/topbar.php');
16
 
15