#58539, removed duplicate menu item, patch by Markus Petrux

4.7.x
Gerhard Killesreiter 2006-04-13 15:10:23 +00:00
parent fc59697d5d
commit b61d9c3e7b
2 changed files with 0 additions and 12 deletions

View File

@ -78,12 +78,6 @@ function book_menu($may_cache) {
$items = array();
if ($may_cache) {
$items[] = array(
'path' => 'book',
'title' => t('books'),
'access' => user_access('access content'),
'type' => MENU_NORMAL_ITEM,
'weight' => 5);
$items[] = array(
'path' => 'node/add/book',
'title' => t('book page'),

View File

@ -78,12 +78,6 @@ function book_menu($may_cache) {
$items = array();
if ($may_cache) {
$items[] = array(
'path' => 'book',
'title' => t('books'),
'access' => user_access('access content'),
'type' => MENU_NORMAL_ITEM,
'weight' => 5);
$items[] = array(
'path' => 'node/add/book',
'title' => t('book page'),