diff options
| -rwxr-xr-x | templates/custom_module.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/custom_module.tpl b/templates/custom_module.tpl index 0ecce32..0cc30e4 100755 --- a/templates/custom_module.tpl +++ b/templates/custom_module.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/custom_module.tpl,v 1.3 2007/04/15 18:30:51 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/custom_module.tpl,v 1.4 2009/05/28 17:48:45 tekimaki_admin Exp $ *} {bitmodule title=$moduleParams.title name=$moduleParams.name} - {eval var=$moduleParams.data} + {if $moduleParams.data}{eval var=$moduleParams.data}{/if} {/bitmodule} |
