Commit 6e1be660ada8c214089e613dc72ff15079283409

Authored by Dima
2 parents 1ad92487 37e26943

Merge branch 'remote_work' into 'master'

 fix img subtype

See merge request !27
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/page/subtype.php
... ... @@ -9,7 +9,7 @@
9 9 <div class="inner">
10 10 <div class="catalog_description logo<?= $catalog['id'] ?>">
11 11 <div class="catalog_description_image float">
12   - <?= '<a href="'.$this->seoUrl->setUrl($type_alias).'" title="'.$catalog['title'].'"><img src="/images/types_logo/'.$catalog['id'].'.jpg" alt="'.$catalog['title'].'" width="99" height="99" /></a>' ?>
  12 + <?= '<a href="'.$this->seoUrl->setUrl($type_alias).'" title="'.$catalog['title'].'"><img src="/images/types_logo/'.$catalog['id'].'.svg" alt="'.$catalog['title'].'" width="99" height="99" /></a>' ?>
13 13 </div>
14 14 <div class="catalog_description_content float">
15 15 <h2 class="catalog_description_title">
... ...