forked from friendica/themes-community
		
	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.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			14 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}}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |