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.
20 lines
569 B
Smarty
20 lines
569 B
Smarty
<ol class="breadcrumb">
|
|
<li><a href="/">Home</a></li>
|
|
<li class="active">{category_name}</li>
|
|
<div id="category_active_users"></div>
|
|
</ol>
|
|
<ul class="topics">
|
|
<!-- BEGIN topics -->
|
|
<li>
|
|
<span class="timestamp">{topics.teaser_timestamp}</span>
|
|
<a href="../../topic/{topics.slug}">{topics.title} ({topics.postcount})</a>
|
|
<div class="teaser">
|
|
<img class="img-thumbnail" src="{topics.teaser_userpicture}" />
|
|
<p>
|
|
{topics.teaser_text}
|
|
</p>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</li>
|
|
<!-- END topics -->
|
|
</ul> |