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.

9 lines
243 B
Smarty

<h3>Categories</h3>
<ul class="topic-container">
<!-- BEGIN categories -->
<a href="category/{categories.slug}"><li class="topic-row">
<h4>{categories.name}</h4>
<p>{categories.description}</p>
</li></a>
<!-- END categories -->
</ul>