// Small fix on Admin

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15557 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-05-21 17:25:26 +00:00
parent 42e1a25ec0
commit d3c4a7a617
@@ -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}