diff options
| -rwxr-xr-x | templates/html.tpl | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/html.tpl b/templates/html.tpl index 70d962f..1fb5cd8 100755 --- a/templates/html.tpl +++ b/templates/html.tpl @@ -42,14 +42,12 @@ {if $gBitSystem->isFeatureActive( 'bidirectional_text' )}<div dir="rtl">{/if} - {if $gBitThemes->mDisplayMode != 'edit'} - {if $gBitSystem->isFeatureActive( 'site_left_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('l')} - {assign var=leftCol value=$gBitThemes->fetchLayoutColumn('l')} - {/if} + {if $gBitSystem->isFeatureActive( 'site_left_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('l')} + {assign var=leftCol value=$gBitThemes->fetchLayoutColumn('l')} + {/if} - {if $gBitSystem->isFeatureActive( 'site_right_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('r')} - {assign var=rightCol value=$gBitThemes->fetchLayoutColumn('r')} - {/if} + {if $gBitSystem->isFeatureActive( 'site_right_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('r')} + {assign var=rightCol value=$gBitThemes->fetchLayoutColumn('r')} {/if} {if !empty($leftCol)} |
