mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
Fix getLogo syntax
This commit is contained in:
parent
56c47dba82
commit
a72e576d70
|
@ -330,7 +330,7 @@ class CitizenTemplate extends BaseTemplate {
|
||||||
*
|
*
|
||||||
* @return string html
|
* @return string html
|
||||||
*/
|
*/
|
||||||
protected function getLogo( $id = 'p-logo' ) {
|
protected function getLogo() {
|
||||||
$html = Html::element( 'a', [
|
$html = Html::element( 'a', [
|
||||||
'href' => $this->data['nav_urls']['mainpage']['href'],
|
'href' => $this->data['nav_urls']['mainpage']['href'],
|
||||||
'id' => 'p-logo',
|
'id' => 'p-logo',
|
||||||
|
|
Loading…
Reference in a new issue