BOX_HEADING_REPORTS, 'link' => oos_href_link_admin(basename($_SERVER['PHP_SELF']), oos_get_all_get_params(array('selected_box')) . 'selected_box=reports'), 'icon' => 'fa fa-bar-chart-o', 'active' => $bActive, 'contents' => array( array( 'code' => $aContents['stats_products_purchased'], 'title' => BOX_REPORTS_PRODUCTS_PURCHASED, 'link' => oos_admin_files_boxes('stats_products_purchased', 'selected_box=reports') ), array( 'code' => $aContents['stats_products_viewed'], 'title' => BOX_REPORTS_PRODUCTS_VIEWED, 'link' => oos_admin_files_boxes('stats_products_viewed', 'selected_box=reports') ), array( 'code' => $aContents['stats_low_stock'], 'title' => BOX_REPORTS_STOCK_LEVEL, 'link' => oos_admin_files_boxes('stats_low_stock', 'selected_box=reports') ), array( 'code' => $aContents['stats_customers'], 'title' => BOX_REPORTS_ORDERS_TOTAL, 'link' => oos_admin_files_boxes('stats_customers', 'selected_box=reports') ), array( 'code' => $aContents['stats_sales_report2'], 'title' => BOX_REPORTS_SALES_REPORT2, 'link' => oos_admin_files_boxes('stats_sales_report2', 'selected_box=reports') ), ), );