mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
11 lines
453 B
Smarty
Executable file
11 lines
453 B
Smarty
Executable file
<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>
|