From a896e31e87c3655b6129635d3c75b6aaaecaa6af Mon Sep 17 00:00:00 2001 From: fSerny Date: Mon, 21 May 2012 17:25:26 +0000 Subject: [PATCH] // Small fix on Admin --- .../default/template/controllers/modules/content.tpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/modules/content.tpl b/admin-dev/themes/default/template/controllers/modules/content.tpl index 0a8cdc15e..0ac7ca076 100644 --- a/admin-dev/themes/default/template/controllers/modules/content.tpl +++ b/admin-dev/themes/default/template/controllers/modules/content.tpl @@ -28,10 +28,12 @@ {if isset($module_content)} {$module_content} {else} - {include file='controllers/modules/js.tpl'} - {if isset($smarty.get.select) && $smarty.get.select eq 'favorites'} - {include file='controllers/modules/favorites.tpl'} - {else} - {include file='controllers/modules/page.tpl'} + {if !isset($smarty.get.configure)} + {include file='controllers/modules/js.tpl'} + {if isset($smarty.get.select) && $smarty.get.select eq 'favorites'} + {include file='controllers/modules/favorites.tpl'} + {else} + {include file='controllers/modules/page.tpl'} + {/if} {/if} {/if}