MDL-39174 fix phpdocs packages in themes

This commit is contained in:
Petr Škoda 2013-04-27 13:22:59 +02:00
parent cf5a3296c4
commit 574909efce
70 changed files with 96 additions and 173 deletions

View file

@ -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
@ -39,8 +38,7 @@
* Please do not forget to use upgrade_set_timeout()
* before any action that may take longer time to finish.
*
* @package theme
* @subpackage formal_white
* @package theme_formal_white
* @copyright Mediatouch 2000 (http://mediatouch.it/)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@ -50,4 +48,4 @@ defined('MOODLE_INTERNAL') || die();
function xmldb_theme_formal_white_install() {
return true;
}
}