Skip to content
Snippets Groups Projects
Commit e039780f authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #627048 by Bojhan, yoroy: added user interface category.

parent 67ae364b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -989,6 +989,15 @@ function system_menu() { ...@@ -989,6 +989,15 @@ function system_menu() {
'file' => 'system.admin.inc', 'file' => 'system.admin.inc',
'weight' => -10, 'weight' => -10,
); );
$items['admin/config/user-interface'] = array(
'title' => 'User interface',
'description' => 'Tools that enhance the user interface.',
'position' => 'right',
'page callback' => 'drupal_get_form',
'access arguments' => array('access administration pages'),
'file' => 'system.admin.inc',
'weight' => -5,
);
// Reports. // Reports.
$items['admin/reports'] = array( $items['admin/reports'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment