3 * Copyright (c) 2011-2012 Francesco Siddi (fsiddi.com), Luca Bonavita (mindrones.com)
4 * (c) 2015 Marcin Cieślak (saper.info)
6 * This file is part of Naiad Skin for Mediawiki:
7 * http://wiki.blender.org/index.php/Meta:Skins/Naiad/Mediawiki
9 * Naiad is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
14 * Naiad is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with Naiad. If not, see <http://www.gnu.org/licenses/>.
28 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 3.0 or later
31 if( !defined( 'MEDIAWIKI' ) )
34 if ( function_exists( 'wfLoadSkin' ) ) {
35 $ext = preg_replace( '%^.+/(.+?)\.php$%', '$1', __FILE__
);
37 "Deprecated PHP entry point used for <i>$ext</i> skin. Please use wfLoadSkin instead, " .
38 'see <a href="https://www.mediawiki.org/wiki/Extension_registration">Extension registration</a> for more details.'
43 "<b>Fatal error:</b> This version of the <i>$ext</i> skin requires MediaWiki 1.25+, " .
44 'either <a href="https://mediawiki.org/wiki/Download">upgrade your MediaWiki</a> or download the extension code from the ' .
45 '<a href="https://github.com/OrganicDesign/extensions/tree/MediaWiki-1.24/MediaWiki">1.24 branch</a>.'