aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/generic_links_widget.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 05:48:41 -0700
committerfriendica <info@friendica.com>2012-04-12 05:48:41 -0700
commit03563ca35a0c40224e3159c664c596691078df90 (patch)
treef87a3f8d7e4dee761e4dc8699eba954760d69173 /view/theme/quattro/generic_links_widget.tpl
parent6fa8b3067fad3a974b5e08e78739f83681f9bb6f (diff)
parent23b08e3ea79936ecee0a061e38a08145f3fca1da (diff)
downloadvolse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.gz
volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.tar.bz2
volse-hubzilla-03563ca35a0c40224e3159c664c596691078df90.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/quattro/generic_links_widget.tpl')
-rw-r--r--view/theme/quattro/generic_links_widget.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/quattro/generic_links_widget.tpl b/view/theme/quattro/generic_links_widget.tpl
new file mode 100644
index 000000000..29580bbc7
--- /dev/null
+++ b/view/theme/quattro/generic_links_widget.tpl
@@ -0,0 +1,11 @@
+<div class="widget">
+ {{if $title}}<h3>$title</h3>{{endif}}
+ {{if $desc}}<div class="desc">$desc</div>{{endif}}
+
+ <ul>
+ {{ for $items as $item }}
+ <li class="tool {{ if $item.selected }}selected{{ endif }}"><a href="$item.url" class="link">$item.label</a></li>
+ {{ endfor }}
+ </ul>
+
+</div>