diff options
author | friendica <info@friendica.com> | 2013-12-19 02:16:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 02:16:14 -0800 |
commit | 125543adedfe00b3d5cea8548d1a66096a173a6b (patch) | |
tree | 7e5081af1cd7b3ae09849e7e31151bc4aba5c72b /view/tpl | |
parent | 2089a1379a57ba5c27e220e664cb76ffb0acc1dd (diff) | |
download | volse-hubzilla-125543adedfe00b3d5cea8548d1a66096a173a6b.tar.gz volse-hubzilla-125543adedfe00b3d5cea8548d1a66096a173a6b.tar.bz2 volse-hubzilla-125543adedfe00b3d5cea8548d1a66096a173a6b.zip |
more comanche migration
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/design_tools.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/design_tools.tpl b/view/tpl/design_tools.tpl index eb082dc37..80a538231 100644 --- a/view/tpl/design_tools.tpl +++ b/view/tpl/design_tools.tpl @@ -1,7 +1,9 @@ <div id="design-tools" class="widget design-tools"> <h3>{{$title}}</h3> +<ul> <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> +</ul> </div> |