diff --git a/paragraphs.module b/paragraphs.module index efbbf87..b29aaeb 100644 --- a/paragraphs.module +++ b/paragraphs.module @@ -169,7 +169,6 @@ function paragraphs_menu() { 'access callback' => TRUE, 'theme callback' => 'ajax_base_page_theme', 'type' => MENU_CALLBACK, - 'file path' => 'includes', 'file' => 'paragraphs.ajax.inc', ); @@ -180,7 +179,6 @@ function paragraphs_menu() { 'access callback' => TRUE, 'theme callback' => 'ajax_base_page_theme', 'type' => MENU_CALLBACK, - 'file path' => 'includes', 'file' => 'paragraphs.ajax.inc', ); @@ -191,7 +189,6 @@ function paragraphs_menu() { 'access callback' => TRUE, 'theme callback' => 'ajax_base_page_theme', 'type' => MENU_CALLBACK, - 'file path' => 'includes', 'file' => 'paragraphs.ajax.inc', ); @@ -202,7 +199,6 @@ function paragraphs_menu() { 'access callback' => TRUE, 'theme callback' => 'ajax_base_page_theme', 'type' => MENU_CALLBACK, - 'file path' => 'includes', 'file' => 'paragraphs.ajax.inc', );