Proyectos de Subversion Moodle

Rev

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

Rev 1352 Rev 1353
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.                         
13
    // Boost provides a nice setting page which splits settings onto separate tabs. We want to use it here.                         
14
    $settings = new theme_universe_child_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
Línea 14... Línea 15...
14
    require(__DIR__ . '/settings/topbar.php');
15
    require(__DIR__ . '/settings/topbar.php');
15
 
16