diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-29 16:40:15 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-29 16:40:15 +0100 |
commit | 9212fd0ecc4f740704279ea896a0105e48dc70fa (patch) | |
tree | 8c06246a412eac9c64a17aa85e74f6c75fd9cb2b /view/tpl | |
parent | 4f83a1c15205ef132df0ef3dc2cc670e58428e06 (diff) | |
download | volse-hubzilla-9212fd0ecc4f740704279ea896a0105e48dc70fa.tar.gz volse-hubzilla-9212fd0ecc4f740704279ea896a0105e48dc70fa.tar.bz2 volse-hubzilla-9212fd0ecc4f740704279ea896a0105e48dc70fa.zip |
Issue #117
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/design_tools.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl new file mode 100644 index 000000000..eb082dc37 --- /dev/null +++ b/view/tpl/design_tools.tpl @@ -0,0 +1,7 @@ +<div id="design-tools" class="widget design-tools"> +<h3>{{$title}}</h3> +<li><a href="blocks/{{$who}}">{{$blocks}}</a></li> +<li><a href="menu">{{$menus}}</a></li> +<li><a href="layouts/{{$who}}">{{$layout}}</a></li> +<li><a href="webpages/{{$who}}">{{$pages}}</a></li> +</div> |