themes-community/transzero/smarty3/nogroup-template.tpl
Tobias Diekershoff 989fd34886 added transzero theme by joenepraat
From around 2012

Completely based on Duopuntozero. Modern look with different levels of transparency, rounded corners, a clear focus on the content and more.
You can overwrite background.jpg to have a completely different look. Keep in mind that it must have a resolution of at least 1920x1080 (for wide screens).

This theme is not finished yet. Keep that in mind. But it is usable.
2024-01-19 23:54:55 +01:00

15 lines
206 B
Smarty

<h1>{{$header}}</h1>
<div class="contacts-page-wrapper">
{{foreach $contacts as $contact}}
{{include file="contact_template.tpl"}}
{{/foreach}}
</div>
<div id="contact-edit-end"></div>
{{$paginate}}