diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-07 09:43:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-07 09:43:14 +0200 |
commit | 75b97cafb0412ed7d06e0bc499ef7927290f027d (patch) | |
tree | 5d4c04b2c51797f0ee3df1bae7aa085ca3e15e32 /view/tpl/admin_channels.tpl | |
parent | b886a40471fdf8cf80364f08fe8c7d29a9ed9537 (diff) | |
parent | 037cd74e8e02f048892208bedef0d16faef16af4 (diff) | |
download | volse-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-x | view/tpl/admin_channels.tpl | 2 |
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> |