mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
Fixed logo generation
This commit is contained in:
parent
e4783784f5
commit
e51dc8d41d
|
@ -331,7 +331,7 @@ class CitizenTemplate extends BaseTemplate {
|
|||
* @return string html
|
||||
*/
|
||||
protected function getLogo( $id = 'p-logo' ) {
|
||||
$html .= Html::element( 'a', [
|
||||
$html = Html::element( 'a', [
|
||||
'href' => $this->data['nav_urls']['mainpage']['href'],
|
||||
'id' => 'p-logo',
|
||||
'class' => 'mw-wiki-logo',
|
||||
|
|
Loading…
Reference in a new issue