diff options
author | friendica <info@friendica.com> | 2014-11-11 20:44:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-11 20:44:43 -0800 |
commit | 4b9ec6645b79f4da1ad5e7dd20a04ca6ca4a3e4a (patch) | |
tree | 1f686a039ba61701513aef5b59b03edeb317b97d /view/tpl | |
parent | b5af6679857eeafcb360d7dec69acf11af034c1d (diff) | |
download | volse-hubzilla-4b9ec6645b79f4da1ad5e7dd20a04ca6ca4a3e4a.tar.gz volse-hubzilla-4b9ec6645b79f4da1ad5e7dd20a04ca6ca4a3e4a.tar.bz2 volse-hubzilla-4b9ec6645b79f4da1ad5e7dd20a04ca6ca4a3e4a.zip |
cleanup
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/design_tools.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl index 80a538231..53d90be74 100644 --- a/view/tpl/design_tools.tpl +++ b/view/tpl/design_tools.tpl @@ -2,7 +2,7 @@ <h3>{{$title}}</h3> <ul> <li><a href="blocks/{{$who}}">{{$blocks}}</a></li> -<li><a href="menu">{{$menus}}</a></li> +<li><a href="menu{{if $sys}}?f=&sys=1{{/if}}">{{$menus}}</a></li> <li><a href="layouts/{{$who}}">{{$layout}}</a></li> <li><a href="webpages/{{$who}}">{{$pages}}</a></li> </ul> |