diff --git a/templates/backOffice/default/includes/module-tab-content.html b/templates/backOffice/default/includes/module-tab-content.html new file mode 100644 index 000000000..f5d11d0be --- /dev/null +++ b/templates/backOffice/default/includes/module-tab-content.html @@ -0,0 +1,15 @@ +{capture name="module_include"} + {module_include location=$location countvar='module_count'} +{/capture} + +{if trim($smarty.capture.module_include) == ''} +
+ +
+

+

{intl l="There is currently no active module here."}

+
+ +{else} + x="{$smarty.capture.module_include nofilter}" +{/if} \ No newline at end of file