; -------------------------------------------------------------------------- ; Basic information about the theme. ; -------------------------------------------------------------------------- name = Nitobe description = "Clean, fixed-width theme with rotating masthead image." screenshot = images/screenshot.png core = 7.x engine = phptemplate ; -------------------------------------------------------------------------- ; Theme regions. ; -------------------------------------------------------------------------- regions[page_top] = Page top regions[title_group] = Title Group regions[header] = Header regions[masthead] = Masthead regions[menu_bar] = Menu Bar regions[help] = Help regions[highlighted] = Highlighted regions[content] = Content regions[sidebar_first] = First sidebar regions[sidebar_second] = Second sidebar regions[footer_firstcolumn] = Footer first column regions[footer_secondcolumn] = Footer second column regions[footer_thirdcolumn] = Footer third column regions[footer_fourthcolumn] = Footer fourth column regions[footer] = Footer regions[page_bottom] = Page bottom ; -------------------------------------------------------------------------- ; Regions that blocks can't be added to. ; -------------------------------------------------------------------------- regions_hidden[] = title_group regions_hidden[] = page_top regions_hidden[] = page_bottom ; -------------------------------------------------------------------------- ; Theme features. ; -------------------------------------------------------------------------- features[] = logo features[] = name features[] = slogan features[] = node_user_picture features[] = comment_user_picture features[] = comment_user_verification features[] = favicon features[] = main_menu features[] = secondary_menu ; -------------------------------------------------------------------------- ; The theme's CSS files. ; ; See the Drupal Theming Guide for details on overriding stylesheets. ; http://drupal.org/documentation/theme ; -------------------------------------------------------------------------- stylesheets[all][] = styles/framework/reset.css stylesheets[all][] = styles/framework/960.css stylesheets[all][] = styles/typography.css stylesheets[screen][] = styles/style.css stylesheets[print][] = styles/print.css ; -------------------------------------------------------------------------- ; Nitobe's default settings for the theme. These can be controlled on the ; theme's configuration page. ; -------------------------------------------------------------------------- settings[nitobe_comment_date_format] = "M jS, Y" settings[nitobe_comment_time_format] = "g:i a" settings[nitobe_content_placement] = "center" settings[nitobe_header_image] = "" settings[nitobe_masthead_always_show] = FALSE settings[nitobe_node_datestamp_format] = "d M Y" settings[nitobe_pager_page_count] = 5 settings[nitobe_title_effect] = TRUE