| 1 |
; $Id: nitobe.info,v 1.8 2008/12/18 21:04:07 shannonlucas Exp $
|
| 2 |
; --------------------------------------------------------------------------
|
| 3 |
; Basic information about the theme.
|
| 4 |
; --------------------------------------------------------------------------
|
| 5 |
name = Nitobe
|
| 6 |
description = "Fixed width (960 pixels) theme with a right side bar region and
|
| 7 |
a bottom region. Designed with a single author blog in mind."
|
| 8 |
screenshot = screenshot.png
|
| 9 |
core = 7.x
|
| 10 |
engine = phptemplate
|
| 11 |
|
| 12 |
; --------------------------------------------------------------------------
|
| 13 |
; A "[left]" region is provided even though the theme only provides a right
|
| 14 |
; sidebar. This is to handle switching from a theme that already has content
|
| 15 |
; in the left region (a common scenario). Content in a "[left]" region is
|
| 16 |
; rendered in the right sidebar above the any content that was in the
|
| 17 |
; "[right]" region. The descriptions for the "[left]" and "[right]" in the
|
| 18 |
; admin/build/blocks page read "Upper Sidebar" and "Lower Sidebar",
|
| 19 |
; respectively.
|
| 20 |
; --------------------------------------------------------------------------
|
| 21 |
regions[header] = Header
|
| 22 |
regions[masthead] = Masthead
|
| 23 |
regions[content] = Content
|
| 24 |
regions[left] = Upper Sidebar
|
| 25 |
regions[right] = Lower Sidebar
|
| 26 |
regions[bottom] = Bottom Block Bar
|
| 27 |
regions[footer] = Footer
|
| 28 |
|
| 29 |
; --------------------------------------------------------------------------
|
| 30 |
; Theme features.
|
| 31 |
; --------------------------------------------------------------------------
|
| 32 |
features[] = name
|
| 33 |
features[] = slogan
|
| 34 |
features[] = search
|
| 35 |
features[] = favicon
|
| 36 |
features[] = primary_links
|
| 37 |
features[] = secondary_links
|
| 38 |
features[] = mission
|
| 39 |
features[] = node_user_picture
|
| 40 |
features[] = comment_user_picture
|
| 41 |
features[] = logo
|
| 42 |
|
| 43 |
; --------------------------------------------------------------------------
|
| 44 |
; The theme's CSS files.
|
| 45 |
;
|
| 46 |
; See the Drupal 6 Theme Guide at http://drupal.org/node/171209 for details
|
| 47 |
; on overriding stylesheets.
|
| 48 |
; --------------------------------------------------------------------------
|
| 49 |
stylesheets[all][] = html.css
|
| 50 |
stylesheets[screen][] = layout.css
|
| 51 |
stylesheets[screen][] = style.css
|
| 52 |
stylesheets[screen][] = core.css
|
| 53 |
stylesheets[print][] = print.css
|
| 54 |
|
| 55 |
; --------------------------------------------------------------------------
|
| 56 |
; Nitobe's default settings for the theme. These can be controlled on the
|
| 57 |
; Nitobe configuration page: admin/build/themes/settings/nitobe
|
| 58 |
; --------------------------------------------------------------------------
|
| 59 |
settings[nitobe_header_image] = "<random>"
|
| 60 |
settings[nitobe_header_always_show] = FALSE
|
| 61 |
settings[nitobe_remove_not_verified] = FALSE
|
| 62 |
settings[nitobe_show_single_crumb] = FALSE
|
| 63 |
settings[nitobe_suppress_comment_reply] = FALSE
|
| 64 |
settings[nitobe_show_datestamp][] = "blog"
|
| 65 |
settings[nitobe_show_datestamp][] = "forum"
|
| 66 |
settings[nitobe_show_datestamp][] = "poll"
|
| 67 |
settings[nitobe_show_datestamp][] = "story"
|