added the Fishfinger theme

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
This commit is contained in:
Tobias Diekershoff 2022-06-21 08:48:08 +02:00
commit 9a5e6138b6
Signed by: tobias
GPG key ID: 25FE376FF17694A1
58 changed files with 1932 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<div class="widget">
{{if $title}}<h3>{{$title}}</h3>{{/if}}
{{if $desc}}<div class="desc">{{$desc}}</div>{{/if}}
<ul>
{{foreach $items as $item}}
<li class="tool {{if $item.selected}}selected{{/if}}"><a href="{{$item.url}}" class="link">{{$item.label}}</a></li>
{{/foreach}}
</ul>
</div>