// Removed FO call to shop->name instead of PS_SHOP_NAME

This commit is contained in:
dMetzger
2012-08-21 14:24:43 +00:00
parent fdffbc7dc8
commit 22cd246e36
3 changed files with 2 additions and 20 deletions
+1 -4
View File
@@ -43,10 +43,7 @@ abstract class HTMLTemplateCore
*/
public function getHeader()
{
$shop_name = '';
if (Validate::isLoadedObject($this->shop))
$shop_name = $this->shop->name;
$shop_name = Configuration::get('PS_SHOP_NAME');
$path_logo = $this->getLogo();
$width = 0;