Created
July 31, 2015 09:01
-
-
Save ChristopherDosin/4cf954f41fc72133765a to your computer and use it in GitHub Desktop.
Append Suppliername after Article List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {extends file='frontend/detail/index.tpl'} | |
| {* frontend/detail/index.tpl *} | |
| {block name='frontend_detail_data_attributes_attr2' append} | |
| {if $sArticle.supplierName} | |
| <li class="base-info--entry entry-attribute"> | |
| <strong class="entry--label"> | |
| {s name="DetailSupplierNameLabel"}{/s}: | |
| </strong> | |
| <span class="entry--content"> | |
| {$sArticle.supplierName|escape} | |
| </span> | |
| <li> | |
| {/if} | |
| {/block} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment