MDL-39341 Themes Rename bootstrap to bootstrapbase

This commit is contained in:
Damyon Wiese
2013-04-26 12:49:26 +08:00
parent 44ed2fe740
commit 4f1008202d
121 changed files with 1460 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
// We need to actually use the code manually here as this is tricky do in
// themes at present.
YUI().use('moodle-theme_bootstrapbase-bootstrap', function(Y) {
Y.Moodle.theme_bootstrapbase.bootstrap.init();
});