GX-Bug #51652 » ManufactureAltFix.patch
| src/templates/Honeygrid/snippets/category_description.html (revision ) | ||
|---|---|---|
| 19 | 19 | |
| 20 | 20 |
{if $CATEGORIES_IMAGE}
|
| 21 | 21 |
<div class="categories-images"> |
| 22 |
<img src="{$CATEGORIES_IMAGE}" alt="{$img_alt|default:$CATEGORIES_NAME}" title="{$img_alt|default:$CATEGORIES_NAME}" class="img-responsive" />
|
|
| 22 |
<img src="{$CATEGORIES_IMAGE}" alt="{$img_alt|default:$CATEGORIES_NAME|default:$manufacturer.NAME}" title="{$img_alt|default:$CATEGORIES_NAME|default:$manufacturer.NAME}" class="img-responsive" />
|
|
| 23 | 23 |
{if $manufacturer}
|
| 24 | 24 |
<span class="align-helper"> |
| 25 |
<strong>{$manufacturer.NAME}</strong>
|
|
| 25 |
<strong>{$manufacturer.NAME}</strong>
|
|
| 26 | 26 |
{if $manufacturer.URL}
|
| 27 | 27 |
<br /><a href="{$manufacturer.URL}">{$manufacturer.URL}</a>
|
| 28 | 28 |
{/if}
|