diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-12 08:31:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-12 08:31:17 +0000 |
commit | a86223cd7039756510df0f9e0f5ddf38b7e04fcf (patch) | |
tree | bce2ccbe8017aa053c639979cfc4202db9254782 /modules/system/system.module | |
parent | a81eaade5096f284cc4d011360e9bd79c655690a (diff) | |
download | brdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.gz brdo-a86223cd7039756510df0f9e0f5ddf38b7e04fcf.tar.bz2 |
- Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 861c3c51c..51ce7e288 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -681,7 +681,7 @@ function system_menu() { ); $items['admin/content/rss-publishing'] = array( 'title' => 'RSS publishing', - 'description' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.', + 'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.', 'page callback' => 'drupal_get_form', 'page arguments' => array('system_rss_feeds_settings'), 'access arguments' => array('administer site configuration'), @@ -1127,6 +1127,7 @@ function system_theme_default() { 'content' => 'Content', 'header' => 'Header', 'footer' => 'Footer', + 'highlight' => 'Highlighted content', 'help' => 'Help', ), 'description' => '', @@ -1134,7 +1135,6 @@ function system_theme_default() { 'comment_user_picture', 'comment_user_verification', 'favicon', - 'mission', 'logo', 'name', 'node_user_picture', |