forked from friendica/themes-community
		
	The Fishfinger theme is derived from the Quattro theme. This must be available in the Friendica themes directory. Creation date around the 2012, at a time when "vier" was either not there or just in the beginning
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			Smarty
		
	
	
	
	
	
{{*
 | 
						|
 *	AUTOMATICALLY GENERATED TEMPLATE
 | 
						|
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 | 
						|
 *
 | 
						|
 *}}
 | 
						|
<div id="message-sidebar" class="widget">
 | 
						|
	<div id="message-new" class="{{if $new.sel}}selected{{/if}}"><a href="{{$new.url}}">{{$new.label}}</a> </div>
 | 
						|
	
 | 
						|
	<ul class="message-ul">
 | 
						|
		{{foreach $tabs as $t}}
 | 
						|
			<li class="tool {{if $t.sel}}selected{{/if}}"><a href="{{$t.url}}" class="message-link">{{$t.label}}</a></li>
 | 
						|
		{{/foreach}}
 | 
						|
	</ul>
 | 
						|
	
 | 
						|
</div>
 |