| 1 |
; $Id$
|
| 2 |
|
| 3 |
name = basic
|
| 4 |
|
| 5 |
description = Raincity Studios basic theme for Drupal 7
|
| 6 |
|
| 7 |
screenshot = rcs.png
|
| 8 |
|
| 9 |
version = 1.0 dev
|
| 10 |
|
| 11 |
core = 7.x
|
| 12 |
|
| 13 |
engine = phptemplate
|
| 14 |
|
| 15 |
regions[left] = Left sidebar
|
| 16 |
regions[right] = Right sidebar
|
| 17 |
regions[content] = Content
|
| 18 |
regions[header] = Header
|
| 19 |
regions[footer] = Footer
|
| 20 |
|
| 21 |
features[] = logo
|
| 22 |
features[] = name
|
| 23 |
features[] = slogan
|
| 24 |
features[] = mission
|
| 25 |
features[] = node_user_picture
|
| 26 |
features[] = comment_user_picture
|
| 27 |
features[] = search
|
| 28 |
features[] = favicon
|
| 29 |
features[] = primary_links
|
| 30 |
|
| 31 |
; disabled features, uncomment to activate
|
| 32 |
; features[] = secondary_links
|
| 33 |
|
| 34 |
|
| 35 |
stylesheets[all][] = style.css
|
| 36 |
stylesheets[all][] = css/tabs.css
|
| 37 |
|
| 38 |
; comment this for a liquid layout
|
| 39 |
stylesheets[all][] = css/layout-fixed.css
|
| 40 |
|
| 41 |
; uncomment this for a liquid layout
|
| 42 |
; stylesheets[all][] = css/layout-liquid.css
|
| 43 |
|
| 44 |
stylesheets[all][] = css/main.css
|
| 45 |
stylesheets[print][] = css/print.css
|
| 46 |
|
| 47 |
|
| 48 |
php = 4.3.3
|
| 49 |
|