* Make frio more consistent by replacing textual links with icons everywhere I could find them. * [frio] Move profile add link to icon.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
{{if $title}}
 | 
						|
<div class="section-title-wrapper{{if isset($pullright)}} pull-left{{/if}}">
 | 
						|
	<h2>{{$title}}</h2>
 | 
						|
	{{if ! isset($pullright)}}
 | 
						|
	<div class="clear"></div>
 | 
						|
	{{/if}}
 | 
						|
</div>
 | 
						|
{{/if}}
 |