| 1 |
name = Flexible 2
|
| 2 |
|
| 3 |
description = A plain theme, which can be easily customised. After you have installed the theme, you need to visit the configure screen and save the default values in order for accessibility and other options to work properly.
|
| 4 |
|
| 5 |
acknowledge_developer = Steve Lockwood
|
| 6 |
acknowledge_developer_url = http://stevelockwood.net
|
| 7 |
acknowledge_project_url = http://drupal.org/project/flexible
|
| 8 |
|
| 9 |
version = 0.1
|
| 10 |
|
| 11 |
core = 6.x
|
| 12 |
|
| 13 |
engine = phptemplate
|
| 14 |
|
| 15 |
; base theme = ; no base theme
|
| 16 |
|
| 17 |
regions[header_top] = Header, above the logo and title etc
|
| 18 |
regions[header_bottom] = Header, below the logo and title etc
|
| 19 |
regions[left] = Left sidebar
|
| 20 |
regions[content_top] = Above the content
|
| 21 |
regions[content_bottom] = Below the content
|
| 22 |
regions[right] = Right sidebar
|
| 23 |
regions[footer_top] = Footer, above the footer message
|
| 24 |
regions[footer_bottom] = Footer, below the footer message
|
| 25 |
|
| 26 |
features[] = logo
|
| 27 |
features[] = name
|
| 28 |
features[] = slogan
|
| 29 |
features[] = mission
|
| 30 |
features[] = node_user_picture
|
| 31 |
features[] = comment_user_picture
|
| 32 |
features[] = search
|
| 33 |
features[] = favicon
|
| 34 |
features[] = primary_links
|
| 35 |
features[] = secondary_links
|
| 36 |
|
| 37 |
stylesheets[all][] = flexible2.css
|
| 38 |
stylesheets[all][] = flexible2_box.css
|
| 39 |
|
| 40 |
; scripts[] = script.js
|
| 41 |
|
| 42 |
php = DRUPAL_MINIMUM_PHP
|
| 43 |
|