aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/nets.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
committerfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
commit3db2cf76b9329a194210a0faf19484dedf9eea86 (patch)
tree9f15e53691b6b0f214634ddee8b12402949345be /view/theme/loozah/nets.tpl
parent4b762ff923626addc10e3b90c6fef183320c84ea (diff)
downloadvolse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.gz
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.bz2
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.zip
remove loozah themes which fell too far behind to recover
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>