mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-39595 theme_bootstrapbase: Renamed renderers/core.php to renderers/core_renderer.php
This commit is contained in:
parent
2d5303cbe7
commit
0d57b4cbf2
@ -18,9 +18,9 @@
|
||||
* Renderers to align Moodle's HTML with that expected by Bootstrap
|
||||
*
|
||||
* @package theme_bootstrapbase
|
||||
* @copyright 2012
|
||||
* @copyright 2013
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
require_once('renderers/core.php');
|
||||
require_once('renderers/core_renderer.php');
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
*
|
||||
* @package theme_bootstrapbase
|
||||
* @copyright 2013 Bas Brands, www.basbrands.nl
|
||||
* @authors Bas Brands, David Scotson
|
||||
* @authors Bas Brands, David Scotson
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user