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
400 B
Smarty
11 lines
400 B
Smarty
<ul class="categories">
|
|
<!-- BEGIN categories -->
|
|
<li>
|
|
<meta itemprop="name" content="{categories.name}">
|
|
<div class="icon"><i class="fa {categories.icon} fa-4x"></i></div>
|
|
<a href="category/{categories.slug}" itemprop="name">{categories.name}</a>
|
|
<p itemprop="description">{categories.description}</p>
|
|
<div class="clear"></div>
|
|
</li>
|
|
<!-- END categories -->
|
|
</ul> |