forked from friendica/themes-community
		
	Tony collected these themes 2013 at https://github.com/tonybaldwin/fthemes they are derived from duepuntozero
		
			
				
	
	
		
			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}}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |