From cdd2e9cd953394adfd6331c946466f3165606e29 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Mar 2014 20:05:23 -0800 Subject: layout export to file --- view/tpl/layoutlist.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 view/tpl/layoutlist.tpl (limited to 'view/tpl') diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl new file mode 100644 index 000000000..96c692c1c --- /dev/null +++ b/view/tpl/layoutlist.tpl @@ -0,0 +1,19 @@ +{{if $pages}} + +
+ {{foreach $pages as $key => $items}} + {{foreach $items as $item}} +
+ {{if $edit}} {{/if}} + {{if $view}} {{/if}} + {{if $share}} {{/if}} + {{if $preview}} {{/if}} + {{$item.title}} +
+ {{/foreach}} + {{/foreach}} +
+ +
+ +{{/if}} -- cgit v1.2.3