summaryrefslogtreecommitdiff
path: root/skins/ArchLinux/ArchLinux.php
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-07-04 15:23:37 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-07-04 15:23:37 -0300
commit7d0449d39e55602d28191895a747fa0a2ef3575b (patch)
treeaf8ab3dcd1d0dc10472ca69ca4b60af2cf4021ef /skins/ArchLinux/ArchLinux.php
parenta1d705e541e0d10baa6bb03935ffd38d9478d0e6 (diff)
rename ArchLinux to Parabola skin
Diffstat (limited to 'skins/ArchLinux/ArchLinux.php')
-rw-r--r--skins/ArchLinux/ArchLinux.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/skins/ArchLinux/ArchLinux.php b/skins/ArchLinux/ArchLinux.php
deleted file mode 100644
index fce0e822..00000000
--- a/skins/ArchLinux/ArchLinux.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-if ( function_exists( 'wfLoadSkin' ) ) {
- wfLoadSkin( 'ArchLinux' );
- // Keep i18n globals so mergeMessageFileList.php doesn't break
- $wgMessagesDirs['MonoBook'] = __DIR__ . '/i18n';
- /* wfWarn(
- 'Deprecated PHP entry point used for MonoBook skin. Please use wfLoadSkin instead, ' .
- 'see https://www.mediawiki.org/wiki/Extension_registration for more details.'
- ); */
- return true;
-} else {
- die( 'This version of the ArchLinux skin requires MediaWiki 1.25+' );
-}