From 834e08f7d3d72c2091780be54462f20f2576daf9 Mon Sep 17 00:00:00 2001
From: Kevin Kaland <kevin@wizonesolutions.com>
Date: Sun, 29 Jul 2012 10:55:42 -0700
Subject: [PATCH] Issue #1526438: Show breadcrumbs on import/export pages.

---
 fillpdf.module | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/fillpdf.module b/fillpdf.module
index fdfd99f..b34c8ef 100644
--- a/fillpdf.module
+++ b/fillpdf.module
@@ -80,16 +80,13 @@ function fillpdf_menu() {
     'page callback' => 'fillpdf_form_export',
     'page arguments' => array(3),
     'access arguments' => $access,
-    'type' => MENU_CALLBACK,
   );
   $items['admin/structure/fillpdf/%/import'] = array(
     'title' => 'Import Fill PDF field mappings',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('fillpdf_form_import_form', 3),
     'access arguments' => $access,
-    'type' => MENU_CALLBACK,
   );
-  //}else if (is_numeric(arg(4))) {
 
   // --------- Fields ------------------------
   $items['admin/structure/fillpdf/%/add'] = array(
@@ -104,7 +101,6 @@ function fillpdf_menu() {
     'page arguments' => array(4, 3, 5),
     'access arguments' => $access,
   );
-  //}
   return $items;
 }
 
-- 
GitLab