fix module_include countvar assignation

This commit is contained in:
Manuel Raynaud
2014-03-11 17:39:56 +01:00
parent ed6d0b4a71
commit 775160235c
6 changed files with 10 additions and 12 deletions

View File

@@ -273,7 +273,7 @@
{module_include location='category-edit' countvar='module_count'}
{if $countvar == 0}
{if $module_count == 0}
<div class="alert alert-info">
{intl l="There is currently no active module here."}
</div>

View File

@@ -168,7 +168,7 @@
{module_include location='content-edit' countvar='module_count'}
{if $countvar == 0}
{if $module_count == 0}
<div class="alert alert-info">
{intl l="There is currently no active module here."}
</div>

View File

@@ -154,7 +154,7 @@
{module_include location='folder-edit' countvar='module_count'}
{if $countvar == 0}
{if $module_count == 0}
<div class="alert alert-info">
{intl l="There is currently no active module here."}
</div>

View File

@@ -353,7 +353,7 @@
{module_include location='order-edit' countvar='module_count'}
{if $countvar == 0}
{if $module_count == 0}
<div class="alert alert-info">
{intl l="There is currently no active module here."}
</div>

View File

@@ -121,7 +121,7 @@
{module_include location='product-edit' countvar='module_count'}
{if $countvar == 0}
{if $module_count == 0}
<div class="alert alert-info">
{intl l="There is currently no active module here."}
</div>