Maps: fixed displaying localized maps on list-pages

This commit is contained in:
Sarjuuk 2015-06-26 22:59:36 +02:00
parent 61bc839d2f
commit b3f26d9d9d

View file

@ -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) .