[-] BO : #PSTEST-667 - Fix bug with logo and multishop

This commit is contained in:
mDeflotte
2012-02-07 09:20:01 +00:00
parent 8df03e2d7f
commit 74c779f3ae
8 changed files with 72 additions and 61 deletions
+2 -1
View File
@@ -670,7 +670,8 @@ class FrontControllerCore extends Controller
'logo_image_width' => Configuration::get('SHOP_LOGO_WIDTH'),
'logo_image_height' => Configuration::get('SHOP_LOGO_HEIGHT'),
'priceDisplayPrecision' => _PS_PRICE_DISPLAY_PRECISION_,
'content_only' => (int)Tools::getValue('content_only')
'content_only' => (int)Tools::getValue('content_only'),
'logo_url' => _PS_IMG_.Configuration::get('PS_LOGO').'?'.Configuration::get('PS_IMG_UPDATE_TIME')
));
}