aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_listing_header.tpl
blob: 09d00f9826bbb6ef56cc2633f8f9c4285408a796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="generic-content-wrapper-styled">
<h1>{{$header}}</h1>
<p id="profile-listing-desc" class="btn btn-default" >
<a href="profile_photo" >{{$chg_photo}}</a>
</p>
<p id="profile-stuff-link" class="btn btn-default">
<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>
</div>