| 1 |
; $Id: lightfantastic.info,v 1.7 2008/06/01 04:13:46 brauerranch Exp $
|
| 2 |
name = Light Fantastic
|
| 3 |
description = A highly customizable theme for Drupal 6.
|
| 4 |
core = 6.x
|
| 5 |
engine = phptemplate
|
| 6 |
|
| 7 |
; Define regions.
|
| 8 |
regions[navigation_left] = Left navigation
|
| 9 |
regions[navigation_right] = Right navigation
|
| 10 |
regions[sidebar_left] = Left sidebar
|
| 11 |
regions[sidebar_right] = Right sidebar
|
| 12 |
regions[top] = Top
|
| 13 |
regions[header] = Header
|
| 14 |
regions[banner] = Banner
|
| 15 |
regions[pre_content] = Before content
|
| 16 |
regions[content] = Content
|
| 17 |
regions[additional] = Additional
|
| 18 |
regions[bottom] = Bottom
|
| 19 |
|
| 20 |
; Add stylesheets.
|
| 21 |
stylesheets[all][] = style.css
|
| 22 |
stylesheets[print][] = assets/style/print.css
|
| 23 |
|
| 24 |
|
| 25 |
features[] = logo
|
| 26 |
features[] = name
|
| 27 |
features[] = slogan
|
| 28 |
features[] = node_user_picture
|
| 29 |
features[] = comment_user_picture
|
| 30 |
features[] = search
|
| 31 |
features[] = favicon
|
| 32 |
features[] = primary_links
|
| 33 |
features[] = secondary_links
|
| 34 |
; Mission is not currently implemented.
|
| 35 |
; features[] = mission
|