Fix getLogo syntax

This commit is contained in:
alistair3149 2020-01-06 18:44:24 -05:00
parent 56c47dba82
commit a72e576d70
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -330,7 +330,7 @@ class CitizenTemplate extends BaseTemplate {
*
* @return string html
*/
protected function getLogo( $id = 'p-logo' ) {
protected function getLogo() {
$html = Html::element( 'a', [
'href' => $this->data['nav_urls']['mainpage']['href'],
'id' => 'p-logo',