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.
11 lines
478 B
Smarty
11 lines
478 B
Smarty
10 years ago
|
<ul class="category-list">
|
||
|
<!-- BEGIN categories -->
|
||
|
<li style="
|
||
|
<!-- IF categories.bgColor -->background-color: {categories.bgColor};<!-- ENDIF categories.bgColor -->
|
||
|
<!-- IF categories.color -->color: {categories.color};<!-- ENDIF categories.color -->
|
||
|
"
|
||
|
class="<!-- IF categories.disabled -->disabled<!-- ENDIF categories.disabled -->"
|
||
|
data-cid="{categories.cid}"
|
||
|
><i class="fa fa-fw {categories.icon}"></i> {categories.name}</li>
|
||
|
<!-- END categories -->
|
||
|
</ul>
|