aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/nets.tpl
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-04-04 08:56:35 +0200
committerzottel <github@zottel.net>2012-04-04 08:56:35 +0200
commit64a1367525ac920721943a08adec1124657df70d (patch)
treebf23c495a023915b0d4063adfb6fc04e046a28d8 /view/theme/loozah/nets.tpl
parente5cd5aab5cf5fd5019ec3178f09f5515c390c9d9 (diff)
parent5c6c9d756fbb816c1473ccb7b6ec72662c749f4f (diff)
downloadvolse-hubzilla-64a1367525ac920721943a08adec1124657df70d.tar.gz
volse-hubzilla-64a1367525ac920721943a08adec1124657df70d.tar.bz2
volse-hubzilla-64a1367525ac920721943a08adec1124657df70d.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/loozah/nets.tpl')
-rwxr-xr-xview/theme/loozah/nets.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/loozah/nets.tpl b/view/theme/loozah/nets.tpl
deleted file mode 100755
index b0cb8890c..000000000
--- a/view/theme/loozah/nets.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-<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>