| Commit | Line | Data |
|---|---|---|
| e6ac747a SL |
1 | ; -------------------------------------------------------------------------- |
| 2 | ; Basic information about the theme. | |
| 3 | ; -------------------------------------------------------------------------- | |
| 36853bea | 4 | name = Nitobe |
| 80529006 | 5 | description = "Clean, fixed-width theme with rotating masthead image." |
| c53fc478 | 6 | screenshot = images/screenshot.png |
| 31f6b3a5 | 7 | core = 7.x |
| e6ac747a | 8 | engine = phptemplate |
| 36853bea | 9 | |
| e6ac747a | 10 | ; -------------------------------------------------------------------------- |
| c53fc478 SL |
11 | ; Theme regions. |
| 12 | ; -------------------------------------------------------------------------- | |
| aaf80833 SL |
13 | regions[page_top] = Page top |
| 14 | regions[title_group] = Title Group | |
| c53fc478 SL |
15 | regions[header] = Header |
| 16 | regions[masthead] = Masthead | |
| aaf80833 | 17 | regions[menu_bar] = Menu Bar |
| bf2114bc SL |
18 | regions[help] = Help |
| 19 | regions[highlighted] = Highlighted | |
| c53fc478 | 20 | regions[content] = Content |
| 0ef1ef39 PL |
21 | regions[sidebar_first] = First sidebar |
| 22 | regions[sidebar_second] = Second sidebar | |
| 73d4b474 SL |
23 | regions[footer_firstcolumn] = Footer first column |
| 24 | regions[footer_secondcolumn] = Footer second column | |
| 25 | regions[footer_thirdcolumn] = Footer third column | |
| 26 | regions[footer_fourthcolumn] = Footer fourth column | |
| c53fc478 | 27 | regions[footer] = Footer |
| bf2114bc | 28 | regions[page_bottom] = Page bottom |
| 73d4b474 SL |
29 | |
| 30 | ; -------------------------------------------------------------------------- | |
| 31 | ; Regions that blocks can't be added to. | |
| 32 | ; -------------------------------------------------------------------------- | |
| 33 | regions_hidden[] = title_group | |
| 73d4b474 SL |
34 | regions_hidden[] = page_top |
| 35 | regions_hidden[] = page_bottom | |
| aa43a991 | 36 | |
| e6ac747a SL |
37 | ; -------------------------------------------------------------------------- |
| 38 | ; Theme features. | |
| 39 | ; -------------------------------------------------------------------------- | |
| aaf80833 | 40 | features[] = logo |
| aa43a991 SL |
41 | features[] = name |
| 42 | features[] = slogan | |
| aaf80833 SL |
43 | features[] = node_user_picture |
| 44 | features[] = comment_user_picture | |
| 45 | features[] = comment_user_verification | |
| aa43a991 | 46 | features[] = favicon |
| 4f5de1e8 PL |
47 | features[] = main_menu |
| 48 | features[] = secondary_menu | |
| aa43a991 | 49 | |
| e6ac747a SL |
50 | ; -------------------------------------------------------------------------- |
| 51 | ; The theme's CSS files. | |
| 36853bea | 52 | ; |
| 80529006 SL |
53 | ; See the Drupal Theming Guide for details on overriding stylesheets. |
| 54 | ; http://drupal.org/documentation/theme | |
| e6ac747a | 55 | ; -------------------------------------------------------------------------- |
| c53fc478 SL |
56 | stylesheets[all][] = styles/framework/reset.css |
| 57 | stylesheets[all][] = styles/framework/960.css | |
| 58 | stylesheets[all][] = styles/typography.css | |
| 59 | stylesheets[screen][] = styles/style.css | |
| 60 | stylesheets[print][] = styles/print.css | |
| 36853bea | 61 | |
| e6ac747a SL |
62 | ; -------------------------------------------------------------------------- |
| 63 | ; Nitobe's default settings for the theme. These can be controlled on the | |
| aaf80833 | 64 | ; theme's configuration page. |
| e6ac747a | 65 | ; -------------------------------------------------------------------------- |
| 80529006 SL |
66 | settings[nitobe_comment_date_format] = "M jS, Y" |
| 67 | settings[nitobe_comment_time_format] = "g:i a" | |
| aaf80833 | 68 | settings[nitobe_content_placement] = "center" |
| e6ac747a | 69 | settings[nitobe_header_image] = "<random>" |
| aaf80833 | 70 | settings[nitobe_masthead_always_show] = FALSE |
| 80529006 SL |
71 | settings[nitobe_node_datestamp_format] = "d M Y" |
| 72 | settings[nitobe_pager_page_count] = 5 | |
| c53fc478 | 73 | settings[nitobe_title_effect] = TRUE |