diff --git a/themes/default/css/global.css b/themes/default/css/global.css index a85048f2e..7a5115d58 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -103,7 +103,7 @@ p em {font-style:italic} padding:10px; border:1px solid #5cff74; font-size:13px; - background: #d3ffab + background: #d3ffab; } .error { margin:0 0 10px 0; diff --git a/themes/default/header.tpl b/themes/default/header.tpl index 138ca81b5..eb374968c 100644 --- a/themes/default/header.tpl +++ b/themes/default/header.tpl @@ -22,11 +22,10 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - - - + + diff --git a/themes/default/layout.tpl b/themes/default/layout.tpl index 8bf5c9bb5..a6f2e3e9b 100644 --- a/themes/default/layout.tpl +++ b/themes/default/layout.tpl @@ -23,16 +23,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - -{if !empty($display_header)} - {include file='./header.tpl' HOOK_HEADER=$HOOK_HEADER} -{/if} -{if !empty($template)} - {$template} -{/if} -{if !empty($display_footer)} - {include file='./footer.tpl'} -{/if} -{if !empty($live_edit)} - {$live_edit} -{/if} \ No newline at end of file +{if !empty($display_header)}{include file='./header.tpl' HOOK_HEADER=$HOOK_HEADER}{/if} +{if !empty($template)}{$template}{/if} +{if !empty($display_footer)}{include file='./footer.tpl'}{/if} +{if !empty($live_edit)}{$live_edit}{/if} \ No newline at end of file