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:
Sarjuuk 2025-11-19 14:31:31 +01:00
parent 4cb544182d
commit 57665aaa9e
8 changed files with 101 additions and 66 deletions

View file

@ -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;