mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
Reverted CitizenTemplate
This commit is contained in:
parent
dc7453ec7c
commit
9db38659b3
|
@ -96,10 +96,15 @@ class CitizenTemplate extends BaseTemplate {
|
|||
*/
|
||||
protected function getBottomBar() {
|
||||
|
||||
$linkDiscord = 'https://discord.gg/3kjftWK';
|
||||
$titleDiscord = 'Contact Us on Discord';
|
||||
$textDiscord = 'Discord';
|
||||
|
||||
/*
|
||||
$linkButton = $this->getConfig()->get( 'CitizenButtonLink' );
|
||||
$titleButton = $this->getConfig()->get( 'CitizenButtonTitle' );
|
||||
$textButton = $this->getConfig()->get( 'CitizenButtonText' );
|
||||
|
||||
*/
|
||||
$html = Html::openElement( 'div', [ 'id' => 'mw-bottombar' ] );
|
||||
|
||||
$html .= Html::rawElement( 'div', [ 'id' => 'mw-bottombar-buttons' ],
|
||||
|
|
Loading…
Reference in a new issue