From 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 15 Jul 2015 11:47:12 +0200 Subject: Template upgrade to handle plugin zones Add a bunch of plugin placeholders in templates --- tpl/picwall.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'tpl/picwall.html') diff --git a/tpl/picwall.html b/tpl/picwall.html index f59685cf..97d5efdf 100644 --- a/tpl/picwall.html +++ b/tpl/picwall.html @@ -5,15 +5,34 @@ + +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
{loop="linksToDisplay"}
{$value.thumbnail}{$value.title} + {loop="$value.picwall_plugin"} + {$value} + {/loop}
{/loop}
+ +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
+ {include="page.footer"}