Proyectos de Subversion Moodle

Rev

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

Rev 530 Rev 532
Línea 199... Línea 199...
199
    $templatecontext['coursepageinformationbanners'] = $coursepageinformationbannershtml;
199
    $templatecontext['coursepageinformationbanners'] = $coursepageinformationbannershtml;
200
}
200
}
201
// End.
201
// End.
Línea 202... Línea 202...
202
 
202
 
203
// Load theme settings.
203
// Load theme settings.
Línea 204... Línea 204...
204
$themesettings = new \theme_universe_child\util\theme_settings();
204
$themesettings = new \theme_universe\util\theme_settings();
Línea 205... Línea 205...
205
 
205
 
206
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());
206
$templatecontext = array_merge($templatecontext, $themesettings->global_settings());