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