diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-08 11:11:17 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-01-08 11:12:28 +0100 |
commit | 7773ef0ff44e1685b9368635a0278e89630e46c6 (patch) | |
tree | 60b6ddacf773ad552ba54495c70dfa19381855e9 /view/tpl/myapps.tpl | |
parent | 2f5990962c9f74d354239aea0153700565155232 (diff) | |
download | volse-hubzilla-7773ef0ff44e1685b9368635a0278e89630e46c6.tar.gz volse-hubzilla-7773ef0ff44e1685b9368635a0278e89630e46c6.tar.bz2 volse-hubzilla-7773ef0ff44e1685b9368635a0278e89630e46c6.zip |
fix regression in app categories
Diffstat (limited to 'view/tpl/myapps.tpl')
-rwxr-xr-x | view/tpl/myapps.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index dd2a67a63..0ac836b38 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -4,10 +4,10 @@ {{if $create}} <a href="appman" class="pull-right btn btn-success btn-sm"><i class="fa fa-pencil-square-o"></i> {{$create}}</a> {{else}} - <a href="apps/edit{{if $cat}}/?f=&cat={{$cat}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> + <a href="apps/edit{{if $cat.0}}/?f=&cat={{$cat.0}}{{/if}}" class="pull-right btn btn-primary btn-sm">{{$manage}}</a> {{/if}} {{/if}} - <h2>{{$title}}{{if $cat}} - {{$cat}}{{/if}}</h2> + <h2>{{$title}}{{if $cat.0}} - {{$cat.0}}{{/if}}</h2> </div> <div class="clearfix section-content-wrapper"> {{foreach $apps as $ap}} |