]> git.mxchange.org Git - friendica.git/blob - view/fileas_widget.tpl
added index to config and pconfig table
[friendica.git] / view / fileas_widget.tpl
1 <div id="fileas-sidebar" class="widget">
2         <h3>$title</h3>
3         <div id="nets-desc">$desc</div>
4         
5         <ul class="fileas-ul">
6                 <li class="tool"><a href="$base" class="fileas-link fileas-all{{ if $sel_all }} fileas-selected{{ endif }}">$all</a></li>
7                 {{ for $terms as $term }}
8                         <li class="tool"><a href="$base?f=&file=$term.name" class="fileas-link{{ if $term.selected }} fileas-selected{{ endif }}">$term.name</a></li>
9                 {{ endfor }}
10         </ul>
11         
12 </div>