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.
17 lines
414 B
Smarty
17 lines
414 B
Smarty
<ul class="posts">
|
|
<!-- BEGIN posts -->
|
|
<li>
|
|
<a name="{posts.pid}"></a>
|
|
<div class="row">
|
|
<div class="col-lg-2 profile">
|
|
<img class="img-thumbnail" src="{posts.picture}" /><br />
|
|
<span class="username">{posts.username}</span>
|
|
</div>
|
|
<div class="col-lg-10">
|
|
{posts.content}
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</li>
|
|
<!-- END posts -->
|
|
</ul> |