Skip to content
Snippets Groups Projects
Commit b3ea8d2b authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-153] Merging from testing into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@797 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 142b186f
Branches
Tags
No related merge requests found
......@@ -161,6 +161,14 @@ function unl_menu() {
'weight' => -8,
);
$items['admin/sites/unl/%/delete'] = array(
'title' => 'Delete site',
'page callback' => 'drupal_get_form',
'page arguments' => array('unl_site_delete_confirm', 3),
'access arguments' => array('unl site creation'),
'file' => 'unl_site_creation.php',
);
$items['admin/sites/unl/aliases'] = array(
'title' => 'Aliases',
'description' => 'Manage aliases of UNL Drupal sites.',
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment