favorite.phtml
790 Bytes
{{> layout/header}}
<div class="me-favorite-page me-page yoho-page clearfix">
{{# meFavorite}}
{{> home/path}}
{{> home/navigation}}
<div class="me-main">
<div class="favorite block{{#if favProducts}} fav-products{{/if}}{{#if favBrands}} fav-brands{{/if}}{{#if favArticles}} fav-articles{{/if}}">
<h2 class="title"></h2>
{{> home/tabs}}
{{> home/favorite/product}}
{{> home/favorite/brand}}
{{> home/favorite/article}}
</div>
{{> home/help-us}}
</div>
{{#if favProducts}}
{{> home/favorite/price-notice}}
{{/if}}
{{/ meFavorite}}
</div>
{{> layout/footer}}