diff --git a/app/View/Galaxies/index.ctp b/app/View/Galaxies/index.ctp index 2e622acb0..9aa7618c6 100644 --- a/app/View/Galaxies/index.ctp +++ b/app/View/Galaxies/index.ctp @@ -13,11 +13,11 @@ 'url' => $baseurl . '/galaxies/index/context:all', 'text' => __('All'), ), - array( - 'active' => $context === 'altered', - 'url' => $baseurl . '/galaxies/index/context:altered', - 'text' => __('Altered Galaxies'), - ) + // array( + // 'active' => $context === 'altered', + // 'url' => $baseurl . '/galaxies/index/context:altered', + // 'text' => __('Altered Galaxies'), + // ) ) ), array( diff --git a/app/View/GalaxyClusters/ajax/index.ctp b/app/View/GalaxyClusters/ajax/index.ctp index 51fbf582d..dab93b95c 100644 --- a/app/View/GalaxyClusters/ajax/index.ctp +++ b/app/View/GalaxyClusters/ajax/index.ctp @@ -12,11 +12,11 @@ 'url' => sprintf('%s/galaxies/view/%s/context:all', $baseurl, $galaxy_id), 'text' => __('All'), ), - array( - 'active' => $context === 'altered', - 'url' => sprintf('%s/galaxies/view/%s/context:altered', $baseurl, $galaxy_id), - 'text' => __('Altered Galaxy Clusters'), - ) + // array( + // 'active' => $context === 'altered', + // 'url' => sprintf('%s/galaxies/view/%s/context:altered', $baseurl, $galaxy_id), + // 'text' => __('Altered Galaxy Clusters'), + // ) ) ), array(