diff --git a/site_map.module b/site_map.module index 38bb070..6c1e050 100644 --- a/site_map.module +++ b/site_map.module @@ -108,6 +108,13 @@ function site_map_variable_info($options) { 'description' => t('Message that will be used on the site map page.', array('@link' => url('sitemap'))), 'default' => 'The site map provides an overview of all website content.', ); + $variable['site_map_show_menus'] = array( + 'type' => 'string', + 'title' => t('Menus to include in the site map', array(), $options), + 'description' => t('Menus to include that will be used on the site map page.', array('@link' => url('sitemap'))), + 'default' => array(), + ); + $variable['site_map_rss_front'] = array( 'type' => 'string', 'title' => t('RSS feed for front page', array(), $options),