aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/nets.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-26 09:09:14 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-26 09:09:14 +0200
commit51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 (patch)
treeb89fa1c676e42fbfa8c1ed23e5410ef729db17f7 /view/theme/duepuntozero/nets.tpl
parent5b3fe48ec675541fb7bbc3689229056ae840ac14 (diff)
downloadvolse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.tar.gz
volse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.tar.bz2
volse-hubzilla-51d419e159de93c6ca7efaa1f1f69dc36eb3cb26.zip
themes: use duepuntozero tpls as default
Diffstat (limited to 'view/theme/duepuntozero/nets.tpl')
-rwxr-xr-xview/theme/duepuntozero/nets.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/duepuntozero/nets.tpl b/view/theme/duepuntozero/nets.tpl
deleted file mode 100755
index b0cb8890c..000000000
--- a/view/theme/duepuntozero/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>