--- i18n/i18ntaxonomy/i18ntaxonomy.module	2009-11-24 17:28:10.000000000 +0100
+++ i18n/i18ntaxonomy/i18ntaxonomy.module	2010-02-03 16:28:49.393528301 +0100
@@ -101,10 +101,13 @@ function i18ntaxonomy_menu() {
  * Take over the taxonomy pages
  */
 function i18ntaxonomy_menu_alter(&$items) {
-  // Taxonomy term page. Localize terms.
-  $items['taxonomy/term/%']['module'] = 'i18ntaxonomy';
-  $items['taxonomy/term/%']['page callback'] = 'i18ntaxonomy_term_page';
-  $items['taxonomy/term/%']['file'] = 'i18ntaxonomy.pages.inc';
+  // If ctool's page manager is active for the path skip this modules override.
+  if (variable_get('page_manager_term_view_disabled', TRUE)) {
+    // Taxonomy term page. Localize terms.
+    $items['taxonomy/term/%']['module'] = 'i18ntaxonomy';
+    $items['taxonomy/term/%']['page callback'] = 'i18ntaxonomy_term_page';
+    $items['taxonomy/term/%']['file'] = 'i18ntaxonomy.pages.inc';
+  }
 
   // Localize autocomplete
   $items['taxonomy/autocomplete']['module'] = 'i18ntaxonomy';
