]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/nets.tpl
Fix registration form
[friendica.git] / view / theme / quattro / nets.tpl
old mode 100755 (executable)
new mode 100644 (file)
index cbadf13..f596df8
@@ -3,7 +3,7 @@
        <div id="nets-desc">$desc</div>
        
        <ul class="nets-ul">
-               <li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base" class="nets-link nets-all">$all</a>
+               <li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base?nets=all" class="nets-link nets-all">$all</a>
                {{ for $nets as $net }}
                        <li class="tool {{ if $net.selected }}selected{{ endif }}"><a href="$base?f=&nets=$net.ref" class="nets-link">$net.name</a></li>
                {{ endfor }}