summaryrefslogtreecommitdiffstats
path: root/skins/Modern/Modern.php
blob: 4ba6c476361b70e868fdcf003d45a1fdb3d3cc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

if ( function_exists( 'wfLoadSkin' ) ) {
	wfLoadSkin( 'Modern' );
	// Keep i18n globals so mergeMessageFileList.php doesn't break
	$wgMessagesDirs['Modern'] = __DIR__ . '/i18n';
	/* wfWarn(
		'Deprecated PHP entry point used for Modern skin. Please use wfLoadSkin instead, ' .
		'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
	); */
	return true;
} else {
	die( 'This version of the Modern skin requires MediaWiki 1.25+' );
}
'2' class='sha1'>5757069b133ac739837abd5573bd100138fdbb5f /Makefile parentc68509a4b15d54e5f49e2d6b0ee88221f32bf8c1 (diff)downloadmgaonline-082076b4f7c3ae17490a250099667d5641dd3418.tar
mgaonline-082076b4f7c3ae17490a250099667d5641dd3418.tar.gz
mgaonline-082076b4f7c3ae17490a250099667d5641dd3418.tar.bz2
mgaonline-082076b4f7c3ae17490a250099667d5641dd3418.tar.xz
mgaonline-082076b4f7c3ae17490a250099667d5641dd3418.zip
2.70.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35f89f4b..f988ce49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mdkonline
-VERSION:=2.70
+VERSION:=2.70.1
SVNROOT = svn+ssh://svn.mandriva.com/svn/soft/$(PACKAGE)
NAME = mdkonline