BOX_HEADING_CUSTOMERS, 'link' => oos_href_link_admin(basename($_SERVER['PHP_SELF']), oos_get_all_get_params(array('selected_box')) . 'selected_box=customers'), 'icon' => 'fa fa-users', 'active' => $bActive, 'contents' => array( array( 'code' => $aContents['customers'], 'title' => BOX_CUSTOMERS_CUSTOMERS, 'link' => oos_admin_files_boxes('customers', 'selected_box=customers') ), array( 'code' => $aContents['orders'], 'title' => BOX_CUSTOMERS_ORDERS, 'link' => oos_admin_files_boxes('orders', 'selected_box=customers') ), array( 'code' => $aContents['customers_status'], 'title' => BOX_LOCALIZATION_CUSTOMERS_STATUS, 'link' => oos_admin_files_boxes('customers_status','selected_box=customers') ), array( 'code' => $aContents['orders_status'], 'title' => BOX_ORDERS_STATUS, 'link' => oos_admin_files_boxes('orders_status', 'selected_box=customers') ), array( 'code' => $aContents['manual_loging'], 'title' => BOX_ADMIN_LOGIN, 'link' => oos_admin_files_boxes('manual_loging', 'selected_box=customers') ), ), );