streams/view/tpl/profile_listing_header.tpl

12 lines
409 B
Smarty
Raw Normal View History

<h1>{{$header}}</h1>
<p id="profile-listing-desc" class="btn btn-default" >
<a href="profile_photo" >{{$chg_photo}}</a>
2011-04-08 01:00:35 +00:00
</p>
<p id="profile-stuff-link" class="btn btn-default">
2013-12-30 23:41:42 +00:00
<a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a>
</p>
<p id="profile-listing-new-link-wrapper" class="btn btn-default" >
<a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
2011-04-08 01:00:35 +00:00
</div>