* @copyright 2007-2011 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'); require_once(dirname(__FILE__).'/init.php'); echo ' PrestaShop™ - '.translate('Administration panel').' '.Module::hookExec('backOfficeHeader').' employee->bo_color)) ? 'style="background:'.Tools::htmlentitiesUTF8(Context::getContext()->employee->bo_color).'"' : '').'>
'.Configuration::get('PS_SHOP_NAME').'
'; if (Configuration::get('PS_SHOW_NEW_ORDERS') == 1) { echo '
0

'.translate('Last orders').'

'.translate("No new orders has been made on your shop").'

    '.translate('Show all orders').'

    '; } if (Configuration::get('PS_SHOW_NEW_CUSTOMERS') == 1) { echo '
    0

    '.translate('Last customers').'

    '.translate("No new customers registered on your shop").'

      '.translate('Show all customers').'

      '; } if (Configuration::get('PS_SHOW_NEW_MESSAGES') == 1) { echo '
      0

      '.translate('Last messages').'

      '.translate("No new messages posted on your shop").'

        '.translate('Show all messages').'

        '; } echo '
        '.Tools::substr(Context::getContext()->employee->firstname, 0, 1).'. '.htmlentities(Context::getContext()->employee->lastname, ENT_COMPAT, 'UTF-8').' [ '.translate('logout').' ]'; if (Context::getContext()->shop->getBaseURL()) echo '- '.translate('View my shop').''; echo ' - '.translate('My preferences').'
        '; if (Shop::isMultiShopActivated()) echo '
        '.translate('Select your shop:').' '.generateShopList().'
        '; echo '
         
        '; echo Module::hookExec('backOfficeTop'); echo ''.$echoLis; if (Context::getContext()->employee->bo_uimode == 'hover') echo ' '; echo '
        ' .(file_exists(PS_ADMIN_DIR.'/../install') ? '
        ' .translate('For security reasons, you must also:').' '. translate('delete the /install folder'). '
        ' : '').' ';