updated term csv files
This commit is contained in:
@@ -82,11 +82,13 @@ function materio_taxonomy_query_term_access_alter(QueryAlterableInterface $query
|
||||
* Implements hook_menu().
|
||||
*/
|
||||
function materio_taxonomy_menu() {
|
||||
$items['admin/taxonomy/fr2en'] = array(
|
||||
$items['admin/structure/taxonomy/fr2en'] = array(
|
||||
'title' => 'fr2en taglibres',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('materio_taxonomy_fr2en_form'),
|
||||
'access arguments' => array('access fr2en materio'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
'weight' => 999,
|
||||
);
|
||||
return $items;
|
||||
}
|
||||
|
Reference in New Issue
Block a user