Skip to content

Commit

Permalink
Place the og_mailinglist adminstration page under settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed May 13, 2010
1 parent 240feea commit 19af46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion og_mailinglist.js
Expand Up @@ -6,7 +6,7 @@ if (Drupal.jsEnabled) {
$(this).text('-Hide quoted text-'); $(this).text('-Hide quoted text-');
} }
else { else {
$(this).text('-Show quoted text-'); $(this).text('-Show quoted text-');
} }
}); });
}); });
Expand Down
2 changes: 1 addition & 1 deletion og_mailinglist.module
Expand Up @@ -22,7 +22,7 @@ require_once('og_mailinglist_api.inc');
*/ */
function og_mailinglist_menu() { function og_mailinglist_menu() {
# Administration # Administration
$items['admin/messaging/og_mailinglist'] = array( $items['admin/settings/og_mailinglist'] = array(
'title' => 'OG Mailinglist', 'title' => 'OG Mailinglist',
'description' => t('Configure discussions/comments generated from email'), 'description' => t('Configure discussions/comments generated from email'),
'page callback' => 'drupal_get_form', 'page callback' => 'drupal_get_form',
Expand Down

0 comments on commit 19af46e

Please sign in to comment.