Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HM100 committed Nov 14, 2021
1 parent dfb3849 commit 7e82ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SkinEvelution.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function getTemplateData() {
$data["has-single-header"] = $this->getConfig()->get( 'EvelutionForceOneHeader' );
$data["has-server-mode"] = $this->getConfig()->get( 'EvelutionServerMode' );
$data["html-custom-fontoo"] = $this->getConfig()->get( 'EvelutionCustomFont' );
$data["has-custom-font"] = ($this->getConfig()->get( 'EvelutionCustomFont' ) != "" );
$data["has-no-color-management"] = $this->getConfig()->get( 'EvelutionDisableColorManagement' );
$data["has-forced-full-width"] = $this->getConfig()->get ( 'EvelutionForceFullWidth' );
$data["has-discord-id"] = (wfMessage( 'evelution-discord-module-server-id' )->inContentLanguage() != '');
Expand Down
2 changes: 1 addition & 1 deletion skin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Evelution",
"version": "27.1.0",
"version": "27.3.0",
"namemsg": "skinname-evelution",
"descriptionmsg": "evelution-skin-desc",
"url": "https://www.mediawiki.org/wiki/Skin:Evelution",
Expand Down

0 comments on commit 7e82ea4

Please sign in to comment.