This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/tpl/design_tools.tpl
Thomas Willingham 9212fd0ecc Issue #117
2013-09-29 16:40:15 +01:00

8 lines
273 B
Smarty

<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>