streams/view/tpl/profile_listing_header.tpl
2013-12-30 15:41:42 -08:00

11 lines
382 B
Smarty
Executable file

<h1>{{$header}}</h1>
<p id="profile-listing-desc" class="button" >
<a href="profile_photo" >{{$chg_photo}}</a>
</p>
<p id="profile-stuff-link" class="button">
<a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a>
</p>
<p id="profile-listing-new-link-wrapper" class="button" >
<a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
</div>