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.
23 lines
646 B
Smarty
23 lines
646 B
Smarty
<li component="categories/category" data-cid="{../cid}" data-parent-cid="{../parentCid}" class="row clearfix">
|
|
<meta itemprop="name" content="{../name}">
|
|
|
|
<div class="content col-xs-12 col-md-10 col-sm-12 depth-{../depth}">
|
|
<div class="icon pull-left" style="{function.generateCategoryBackground}">
|
|
<i class="fa fa-fw {../icon}"></i>
|
|
</div>
|
|
|
|
<h2 class="title">
|
|
<!-- IMPORT partials/categories/link.tpl -->
|
|
</h2>
|
|
<div>
|
|
<!-- IF ../descriptionParsed -->
|
|
<div class="description">
|
|
{../descriptionParsed}
|
|
</div>
|
|
<!-- ENDIF ../descriptionParsed -->
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IMPORT partials/category/watch.tpl -->
|
|
</li>
|