Maps: fixed displaying localized maps on list-pages
This commit is contained in:
parent
61bc839d2f
commit
b3f26d9d9d
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@
|
|||
<?php
|
||||
$this->brick('announcement');
|
||||
|
||||
$this->brick('mapper');
|
||||
|
||||
$this->brick('pageTemplate');
|
||||
|
||||
$this->brick('mapper');
|
||||
|
||||
if (!empty($this->name) || !empty($this->h1Links) || !empty($this->extraHTML)):
|
||||
echo '<div class="text">' .
|
||||
(!empty($this->h1Links) ? '<div class="h1-links">'.$this->h1Links.'</div>' : null) .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue