Skip to content
Snippets Groups Projects
Commit 0ae3735b authored by Liam Morland's avatar Liam Morland Committed by Kevin Kaland
Browse files

Issue #1508656: Show breadcrumbs on field edit page.

parent dec82c12
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,6 @@ function fillpdf_menu() { ...@@ -103,7 +103,6 @@ function fillpdf_menu() {
'page callback' => 'fillpdf_field', 'page callback' => 'fillpdf_field',
'page arguments' => array(4, 3, 5), 'page arguments' => array(4, 3, 5),
'access arguments' => $access, 'access arguments' => $access,
'type' => MENU_CALLBACK,
); );
$items['admin/structure/fillpdf/%/delete/%'] = array( $items['admin/structure/fillpdf/%/delete/%'] = array(
'page callback' => 'drupal_get_form', 'page callback' => 'drupal_get_form',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment