diff --git a/plugins/box/menu/views/backend/index.view.php b/plugins/box/menu/views/backend/index.view.php index 2978929..623b0ac 100644 --- a/plugins/box/menu/views/backend/index.view.php +++ b/plugins/box/menu/views/backend/index.view.php @@ -6,7 +6,7 @@
__('Create new page', 'menu'), 'class' => 'btn btn-small')) + Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add', array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-small')) ); ?>

@@ -28,7 +28,7 @@
__('Create new page', 'menu'), 'class' => 'btn btn-small')) + Html::anchor(__('Create New Item', 'menu'), 'index.php?id=menu&action=add'.$category_to_add , array('title' => __('Create New Item', 'menu'), 'class' => 'btn btn-small')) ); ?>