* @copyright 2007-2012 PrestaShop SA * @version Release: $Revision: 7048 $ * @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'); echo ' PrestaShop™ - '.translate('Administration panel').' '.Hook::exec('displayBackOfficeHeader').' employee->bo_color)) ? 'style="background:'.Tools::htmlentitiesUTF8(Context::getContext()->employee->bo_color).'"' : '').'>
' .(file_exists(_PS_ADMIN_DIR_.'/../install') ? '
' .translate('For security reasons, you must also:').' '. translate('delete the /install folder'). '
' : '').' '; if(defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) echo '
This tab is an AdminTab
'; if (Shop::isFeatureActive()) { echo '
'.translate('Multishop configuration for').''. Helper::renderShopList(); echo '
'; }