From: fabrixxm Date: Thu, 27 Apr 2017 17:34:01 +0000 (+0200) Subject: frio: hilight selectet item in generic_links_widget.tpl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7bed3e909a6d91d703eb24b03c8e5bf7369087ba;p=friendica.git frio: hilight selectet item in generic_links_widget.tpl Add a custom generic_links_widget.tpl. The class ".selected" is add to `li` instead of `a`, hilighting current item, e.g. in user settings aside. --- diff --git a/view/theme/frio/templates/generic_links_widget.tpl b/view/theme/frio/templates/generic_links_widget.tpl new file mode 100644 index 0000000000..5510eae917 --- /dev/null +++ b/view/theme/frio/templates/generic_links_widget.tpl @@ -0,0 +1,12 @@ + +
+ {{if $title}}

{{$title}}

{{/if}} + {{if $desc}}
{{$desc}}
{{/if}} + + + +