Created
January 9, 2017 10:41
-
-
Save screeny05/9ee3b34fe15fb1193e64c63e606e3d7e to your computer and use it in GitHub Desktop.
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
{if $sArticle.sSimilarArticles} | |
{* Similar products - Content *} | |
{block name="frontend_detail_index_similar_slider_content"} | |
<div class="similar--content"> | |
{include file="frontend/_includes/product_slider.tpl" articles=$sArticle.sSimilarArticles} | |
</div> | |
{/block} | |
{/if} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment