Proyectos de Subversion Moodle

Rev

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

Rev 1346 Rev 1349
Línea 10... Línea 10...
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_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
14
    $settings = new theme_universe_admin_settingspage_tabs('themesettinguniverse_child', get_string('configtitle', 'theme_universe_child'));
Línea 15... Línea 15...
15
    require('settings/topbar.php');
15
    require(__DIR__ . '/settings/topbar.php');
16
 
16
 
Línea 17... Línea 17...
17
    // Each page is a tab - the first is the "General" tab.                                                                         
17
    // Each page is a tab - the first is the "General" tab.