// Small fix on Admin
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user