channel/identity selection manage page

This commit is contained in:
friendica
2012-09-02 20:30:47 -07:00
parent 58ddd2d565
commit aff33531ac
4 changed files with 42 additions and 18 deletions

View File

@@ -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>