aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_channels.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-07 09:43:14 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-07 09:43:14 +0200
commit75b97cafb0412ed7d06e0bc499ef7927290f027d (patch)
tree5d4c04b2c51797f0ee3df1bae7aa085ca3e15e32 /view/tpl/admin_channels.tpl
parentb886a40471fdf8cf80364f08fe8c7d29a9ed9537 (diff)
parent037cd74e8e02f048892208bedef0d16faef16af4 (diff)
downloadvolse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.tar.gz
volse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.tar.bz2
volse-hubzilla-75b97cafb0412ed7d06e0bc499ef7927290f027d.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'view/tpl/admin_channels.tpl')
-rwxr-xr-xview/tpl/admin_channels.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl
index 6db963304..f15742f78 100755
--- a/view/tpl/admin_channels.tpl
+++ b/view/tpl/admin_channels.tpl
@@ -21,7 +21,7 @@
<table id='channels'>
<thead>
<tr>
- {{foreach $th_channels as $th}}<th>{{$th}}</th>{{/foreach}}
+ {{foreach $th_channels as $th}}<th><a href="{{$base}}&key={{$th.1}}&dir={{$odir}}">{{$th.0}}</a></th>{{/foreach}}
<th></th>
<th></th>
</tr>