ladivito Posted November 9, 2009 Share Posted November 9, 2009 Dear All,Did anyone know where is the files to change the picture and text in the browser ?Thanks in advance Link to comment Share on other sites More sharing options...
rocky Posted November 10, 2009 Share Posted November 10, 2009 The logo is stored at img/logo.jpg. You can change it by going to Preferences > Appearance. The Prestashop title text is hardcoded in admin/header.inc.php on line 30: <title>PrestaShop™ - <?php echo translate('Administration panel') ?></title> To change it to your shop name, change it to this: <title><?php echo Configuration::get('PS_SHOP_NAME') ?> - <?php echo translate('Administration panel') ?></title> Link to comment Share on other sites More sharing options...
ladivito Posted November 10, 2009 Author Share Posted November 10, 2009 Thank you very very very much ~ Link to comment Share on other sites More sharing options...
davudows Posted December 18, 2011 Share Posted December 18, 2011 thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts