[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][arabeyes-general/wiki][master] Use Arabeyes theme by default
- To: git at arabeyes dot org
- Subject: [Git][arabeyes-general/wiki][master] Use Arabeyes theme by default
- From: Youssef Chahibi <git at arabeyes dot org>
- Date: Wed, 25 Jan 2017 11:13:52 -0500
Youssef Chahibi pushed to branch master at arabeyes-general / wiki
Commits:
0393b6c3 by Youssef Chahibi at 2017-01-25T11:12:49-05:00
Use Arabeyes theme by default
- - - - -
1 changed file:
- WikiSettings.php
Changes:
=====================================
WikiSettings.php
=====================================
--- a/WikiSettings.php
+++ b/WikiSettings.php
@@ -124,11 +124,11 @@ wfLoadSkin( 'CologneBlue' );
wfLoadSkin( 'Modern' );
wfLoadSkin( 'MonoBook' );
wfLoadSkin( 'Vector' );
+wfLoadSkin( 'Arabeyes' );
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
-require_once "$IP/skins/arabesque/arabesque.php";
-$wgDefaultSkin = "vector";
+$wgDefaultSkin = "arabeyes";
## KuwaitNet logo
$wgFooterIcons['poweredby']['kuwaitnet'] = array(
@@ -147,7 +147,7 @@ $wgFooterIcons['poweredby']['kuwaitnet'] = array(
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
# $wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
-$wgLogo = "$wgResourceBasePath/skins/Vector/images/logo.png";
+$wgLogo = "$wgResourceBasePath/skins/Arabeyes/images/logo.png";
# Favicon
$wgFavicon = "$wgResourceBasePath/skins/common/images/favicon_arabeyes.png";
View it on GitLab: https://git.arabeyes.org/arabeyes-general/wiki/commit/0393b6c3c849e65103e2c5e252ba6e3ef9f3e7c9