Index of /skins/

      Name                                                                             Last modified         Size  Description
   
up Parent Directory 09-Oct-2020 10:22 - directory CologneBlue 13-Apr-2020 08:17 - directory Modern 13-Apr-2020 08:17 - directory MonoBook 09-Oct-2020 10:22 - directory Timeless 09-Oct-2020 10:22 - directory Vector 09-Oct-2020 10:22 - directory cologneblue 13-Apr-2020 08:14 - directory common 13-Apr-2020 08:14 - directory modern 13-Apr-2020 08:14 - directory monobook 13-Apr-2020 08:14 - directory simple 31-Aug-2012 08:25 - directory vector 13-Apr-2020 08:14 - [HTM] CologneBlue.php 12-Apr-2017 07:00 20k [HTM] Modern.php 12-Apr-2017 07:00 8k [HTM] MonoBook.php 12-Apr-2017 07:00 12k [HTM] Vector.php 12-Apr-2017 07:00 20k

== User Information ==

Skins, such as the default skin Vector, are distributed separately. Drop them
into this directory and enable as per the skin's installation instructions.

You can find a list of available skins at
,
and more information about installing and configuring skins at
.

If you are a developer, you might want to fetch the skin tree in another
directory and make a symbolic link:

 mediawiki/skins$ ln -s ../../skins-trunk/FooBar

The default skin Vector can be installed by cloning from Git:
    git clone https://phabricator.wikimedia.org/diffusion/SVEC/Vector

Other skins are also available:
    https://phabricator.wikimedia.org/diffusion/SKIN/


Please note that under POSIX systems (Linux...), parent of a symbolic path
refers to the link source, NOT to the target! You should check the env
variable MW_INSTALL_PATH in case the extension is not in the default location.

The following code snippet lets you override the default path:

 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
	$IP = __DIR__ . '/../..';
 }
 require_once "$IP/maintenance/Maintenance.php"; // a MediaWiki core file
Proudly Served by LiteSpeed Web Server at www.radiowiki.org.nz Port 443