mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
ItemDetailPage/Vendors
* show mapper for vendor locations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user