You are here

function uc_order_admin_paths in Ubercart 7.3

Implements hook_admin_paths().

File

uc_order/uc_order.module, line 340

Code

function uc_order_admin_paths() {
  return array(
    // Don't show invoices with the admin theme, overlay, etc.
    'admin/store/orders/*/invoice*' => FALSE,
  );
}