]> git.mxchange.org Git - friendica.git/commitdiff
Dispy - selecting any network and then switching back to "all networks"
authorThomas Willingham <founder@kakste.com>
Thu, 4 Oct 2012 22:19:50 +0000 (23:19 +0100)
committerThomas Willingham <founder@kakste.com>
Thu, 4 Oct 2012 22:19:50 +0000 (23:19 +0100)
didn't work.  Remove nets.tpl to make it use the default one.

view/theme/dispy/nets.tpl [deleted file]

diff --git a/view/theme/dispy/nets.tpl b/view/theme/dispy/nets.tpl
deleted file mode 100644 (file)
index b0cb889..0000000
+++ /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>