ItemDetailPage/Misc
* fix "vendor in" mapper * add "fished in" mapper * move 'see-also' and 'same-model-as' tabs to the back of the tabs list
This commit is contained in:
parent
4cb544182d
commit
57665aaa9e
8 changed files with 101 additions and 66 deletions
|
|
@ -34,8 +34,8 @@ endif;
|
|||
|
||||
$this->brick('markup', ['markup' => $this->article]);
|
||||
|
||||
if (isset($this->map)):
|
||||
echo " <h3>".Lang::item('vendorIn')."</h3>\n";
|
||||
if ($this->map):
|
||||
echo " <h3>".$this->map[4]."</h3>\n";
|
||||
$this->brick('mapper');
|
||||
endif;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue