* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 7553 $ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ // P3P Policies (http://www.w3.org/TR/2002/REC-P3P-20020416/#compact_policies) header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"'); header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); header('Pragma: no-cache'); header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); require_once(dirname(__FILE__).'/init.php'); echo ' PrestaShop™ - '.translate('Administration panel').' '.Module::hookExec('backOfficeHeader').' bo_color)) ? 'style="background:'.Tools::htmlentitiesUTF8($employee->bo_color).'"' : '').'>
'.Configuration::get('PS_SHOP_NAME').'
'.Tools::substr($employee->firstname, 0, 1).'. '.htmlentities($employee->lastname, ENT_COMPAT, 'UTF-8').' [ '.translate('logout').' ] - '.translate('View my shop').' - '.translate('My preferences').'
 
'.Module::hookExec('backOfficeTop').' '.$echoLis; if ($employee->bo_uimode == 'hover') echo ' '; echo '
' .(file_exists(PS_ADMIN_DIR.'/../install') ? '
' .translate('For security reasons, you must also:').' '. translate('deleted the /install folder'). '
' : '').' ';