From cd6482e24a7cf268c27ca72b6dbf306b4c6530ce Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 15:18:22 +0530 Subject: [PATCH] refactor: add the before and after wrapper --- templates/layouts/layout-both-columns.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/layouts/layout-both-columns.tpl b/templates/layouts/layout-both-columns.tpl index 02c37fa..f3815d0 100644 --- a/templates/layouts/layout-both-columns.tpl +++ b/templates/layouts/layout-both-columns.tpl @@ -48,6 +48,7 @@ {block name='displayBeforeWrapper'} + {hook h='displayBeforeWrapper'} {/block}
@@ -95,6 +96,7 @@
{block name='displayAfterWrapper'} + {hook h='displayAfterWrapper'} {/block}