aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/nets.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-26 02:00:14 -0700
committerfriendica <info@friendica.com>2012-03-26 02:00:14 -0700
commit63fa5f6c7706bd150099821e9bf8826cb1cf4dcd (patch)
tree925418add983b98ee27542289b1418c7fe7a9e61 /view/theme/duepuntozero/nets.tpl
parent3431d0b42705524b81c9fe71279aff6464efc69f (diff)
parent579c4f3079b9d1912cab6f70a9d95ebab1ca8743 (diff)
downloadvolse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.tar.gz
volse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.tar.bz2
volse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.zip
Merge pull request #172 from fabrixxm/master
Rearrange theme tpls
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>