added facepark and cleardia themes

Two themes from 2012, cleardia derived from facepark.

Tony Baldwin had them archived at https://github.com/tonybaldwin/friendica-themes-extra/tree/master/facepark but they were not created by him.
This commit is contained in:
Tobias Diekershoff 2022-06-21 09:10:11 +02:00
commit c64a6f2949
Signed by: tobias
GPG key ID: 25FE376FF17694A1
82 changed files with 6721 additions and 0 deletions

10
facepark/nets.tpl Executable file
View file

@ -0,0 +1,10 @@
<div id="nets-sidebar" class="widget">
<h3>$title</h3>
<div id="nets-desc">$desc</div>
<a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
<ul class="nets-ul">
{{ for $nets as $net }}
<li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
{{ endfor }}
</ul>
</div>