mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-39174 fix phpdocs packages in themes
This commit is contained in:
parent
cf5a3296c4
commit
574909efce
70 changed files with 96 additions and 173 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
|
@ -16,7 +15,10 @@
|
|||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* This page prvides the Administration -> ... -> Theme selector UI.
|
||||
* This page provides the Administration -> ... -> Theme selector UI.
|
||||
*
|
||||
* @package core
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
require_once(dirname(__FILE__) . '/../config.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue