aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-09-02 20:30:47 -0700
committerfriendica <info@friendica.com>2012-09-02 20:30:47 -0700
commitaff33531acfdee5b21a96bb1723ae656be13ce91 (patch)
tree5e04d727df019787d2a201eb8cd0973f3e06f42e /view/tpl/channels.tpl
parent58ddd2d565e320f62e0524b2a0eaaef4b940f60c (diff)
downloadvolse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.tar.gz
volse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.tar.bz2
volse-hubzilla-aff33531acfdee5b21a96bb1723ae656be13ce91.zip
channel/identity selection manage page
Diffstat (limited to 'view/tpl/channels.tpl')
-rw-r--r--view/tpl/channels.tpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl
index bfff3964f..50366efa6 100644
--- a/view/tpl/channels.tpl
+++ b/view/tpl/channels.tpl
@@ -1,6 +1,5 @@
<h3>$header</h3>
-<div id="channels-desc" class="descriptive-text">$desc</div>
{{ if $links }}
{{ for $links as $l }}
@@ -8,12 +7,10 @@
{{ endfor }}
{{ endif }}
-<div align="center">{{ inc channel.tpl with $chn = $active }}</div>
-<div align="center">$act_desc</div>
-
+<div id="channels-desc" class="descriptive-text">$desc</div>
{{ for $all_channels as $chn }}
-{{ inc channel.tpl with $channel = $chn }}
+{{ inc channel.tpl with $channel=$chn }}{{ endinc }}
{{ endfor }}
<div class="channels-end"></div>