summaryrefslogtreecommitdiff
path: root/Toha.php
blob: ac5508b3fb696ed6b31f59a3457a1840544c06f8 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * This PHP entry point is deprecated. Please use wfLoadSkin() and the skin.json file
 * instead. See https://www.mediawiki.org/wiki/Manual:Extension_registration for more details.
 */
if ( !function_exists( 'wfLoadSkin' ) ) {
	die( 'The Example skin requires MediaWiki 1.25 or newer.' );
}

wfLoadSkin( 'Toha' );