diff options
author | friendica <info@friendica.com> | 2012-04-12 16:13:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-12 16:13:10 -0700 |
commit | 15e74402d45b7a3b7453fd61c41ccc0696a04517 (patch) | |
tree | 2d35c4c6c279add755f5933f9da8510a47134530 /view/theme/diabook/generic_links_widget.tpl | |
parent | 2b01d2b6e0dd52fc350fdabb895bf7959e2727e1 (diff) | |
parent | e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff) | |
download | volse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.tar.gz volse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.tar.bz2 volse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/generic_links_widget.tpl')
-rw-r--r-- | view/theme/diabook/generic_links_widget.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/diabook/generic_links_widget.tpl b/view/theme/diabook/generic_links_widget.tpl new file mode 100644 index 000000000..001c1395e --- /dev/null +++ b/view/theme/diabook/generic_links_widget.tpl @@ -0,0 +1,11 @@ +<div id="widget_$title"> + {{if $title}}<h3 style="border-bottom: 1px solid #D2D2D2;">$title</h3>{{endif}} + {{if $desc}}<div class="desc">$desc</div>{{endif}} + + <ul class="rs_tabs"> + {{ for $items as $item }} + <li><a href="$item.url" class="rs_tab button {{ if $item.selected }}selected{{ endif }}">$item.label</a></li> + {{ endfor }} + </ul> + +</div> |