| 1 |
;$Id:
|
| 2 |
|
| 3 |
name = millwood
|
| 4 |
project = "millwood"
|
| 5 |
description = Theme from Millwood Online, based on Basic.
|
| 6 |
screenshot = "millwood.png"
|
| 7 |
core = 6.x
|
| 8 |
engine = phptemplate
|
| 9 |
|
| 10 |
regions[left] = Left sidebar
|
| 11 |
regions[right] = Right sidebar
|
| 12 |
regions[content_top] = Content top
|
| 13 |
regions[content] = Content
|
| 14 |
regions[content_bottom] = Content bottom
|
| 15 |
regions[header] = Header
|
| 16 |
|
| 17 |
regions[footer_left] = Left Footer
|
| 18 |
regions[footer_center] = Center Footer
|
| 19 |
regions[footer_right] = Right 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 |
|