ItemDetailPage/Vendors

* show mapper for vendor locations
This commit is contained in:
Sarjuuk
2025-05-20 17:05:57 +02:00
parent 6475a9d181
commit 9d704c5ff9
14 changed files with 59 additions and 34 deletions

View File

@@ -31,6 +31,11 @@ endif;
$this->brick('article');
if (isset($this->map)):
echo " <h3>".Lang::item('vendorIn')."</h3>\n";
$this->brick('mapper');
endif;
if (!empty($this->transfer)):
echo " <div class=\"pad\"></div>\n ".$this->transfer."\n";
endif;