You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/categories/CategoriesFavImageLinks/CategoriesFavImageLinks.bla...

22 lines
696 B
PHTML

<section id='CategoriesFavImageLinks'>
<div class="{{gfx()['container']}}">
<h1>
{{getSetting($data->area->name.'_'.$data->part.'_title')}}
</h1>
<div id="brands-slider">
@foreach( getCategorySubCatsBySetting($data->area->name.'_'.$data->part.'_category',8) as $category )
<div class="item">
<a href="{{$category->webUrl()}}">
<img src="{{$category->imgUrl()}}" alt="{{$category->name}}" title="{{$category->title}}">
</a>
</div>
@endforeach
</div>
<div id="brand-nav-container">
</div>
</div>
</section>