Browse Source

Reverted. Why is the case so problematic here.

Jamie Thingelstad 12 năm trước cách đây
mục cha
commit
60957eb277
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      foreground.php

+ 3 - 3
foreground.php

@@ -16,13 +16,13 @@ if( ! defined( 'MEDIAWIKI' ))
 
 $wgExtensionCredits['skin'][] = array(
     'path'			 => __FILE__,
-    'name'			 => 'foreground',
-    'url'			 => 'http://wikiwonders.net/wiki/Foreground',
+    'name'			 => 'Foreground',
+    'url'			 => 'http://foreground.wikiwonders.net/',
     'author'		 => 'WikiWonders',
     'descriptionmsg' => 'A MediaWiki skin that focuses on putting your content in the foreground.',
 );
 
-$wgValidSkinNames['foreground'] = 'Foreground';
+$wgValidSkinNames['foreground'] = 'foreground';
 
 $wgAutoloadClasses['Skinforeground'] = __DIR__.'/foreground.skin.php';