Fix for info file

  1. ; $Id: thrive_kitchen.info,v 1.13.2.1 2009/02/13 06:13:18 johnalbin Exp $
  2.  
  3.  
  4.   ; The name and description of the theme used on the admin/build/themes page.
  5. name        = Thrive Kitchen
  6. description = A theme designed for the THRIVE Kitchen on ShelfReliance.com
  7.  
  8.   ; The screenshot used on the admin/build/themes page.
  9. screenshot = screenshot.png
  10.  
  11.   ; "core" specifies the version of Drupal that this theme is compatible with.
  12.   ; "base theme" specifies that this is a theme that uses the "zen" theme as its
  13.   ; base theme. Its unlikely you will ever need to change these, but they are
  14.   ; required fields for a Zen sub-theme. The "engine" field is not used in a
  15.   ; sub-theme since the engine is inherited from its base theme.
  16. core       = 6.x
  17. base theme = zen
  18.  
  19.   ; This section adds CSS files to your theme. The media type is specified in
  20.   ; the brackets. Typical CSS media types include "all", "screen", "print", and
  21.   ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full
  22.   ; list of stylesheet media types in CSS 2.1.
  23.   ;
  24.   ; You can also override any of Zen's stylesheets or any module's stylesheets,
  25.   ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at
  26.   ; http://drupal.org/node/171209 for more details.
  27. stylesheets[all][]   = layout.css
  28. stylesheets[all][]   = html-elements.css
  29. ; stylesheets[all][] = tabs.css
  30. ; stylesheets[all][] = messages.css
  31. ; stylesheets[all][] = block-editing.css
  32. ; stylesheets[all][] = wireframes.css
  33. stylesheets[all][]   = thrive_kitchen.css
  34. stylesheets[print][] = print.css
  35.  
  36.  ; Set the conditional stylesheets that are processed by IE.
  37. conditional-stylesheets[if IE 6][all][] = ie6.css
  38. conditional-stylesheets[if IE 7][all][] = ie7.css
  39.  
  40.   ; To prevent stylesheets of a base theme or of a module from being included in
  41.   ; our sub-theme, we specify it in our .info file (and we don't need to have a
  42.  ; stylesheet in our sub-theme with that name.) For example, we prevent the
  43.  ; zen.css file in the base theme from being included by specifying it here.
  44. stylesheets[all][]   = zen.css
  45.  
  46.  
  47.  
  48.  ; Optionally add some jquery scripts to your theme.
  49. scripts[] = jquery.youtubeplaylist.js
  50.  
  51.  ; The regions defined in Zen's default page.tpl.php file.  The name in
  52.   ; brackets is the name of the variable in the page.tpl.php file, (e.g.
  53.   ; "[content_top]" in the .info file means there should be a $content_top
  54.   ; variable in the page.tpl.php file.) The text after the equals sign is a
  55.   ; descriptive text used on the admin/build/blocks page.
  56.   ;
  57.   ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
  58.   ;
  59.   ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
  60.   ; add a line line to this file, and then add the new variable to your
  61.  ; page.tpl.php template.
  62. regions[left]           = left sidebar
  63. regions[right]          = right sidebar
  64. regions[navbar]         = navigation bar
  65. regions[content_top]    = content top
  66. regions[content_bottom] = content bottom
  67. regions[header]         = header
  68. regions[footer]         = footer
  69. regions[closure_region] = closure
  70.  
  71.   ; Various page elements output by the theme can be toggled on and off. The
  72.   ; "features" control which of these check boxes display on the
  73.   ; admin/build/themes config page. This is useful for suppressing check boxes
  74.   ; for elements not used by your sub-theme. To suppress a check box, omit the
  75.   ; entry for it below. See the Drupal 6 Theme Guide for more info:
  76.   ; http://drupal.org/node/171205#features
  77. features[] = logo
  78. features[] = name
  79. features[] = slogan
  80. features[] = mission
  81. features[] = node_user_picture
  82. features[] = comment_user_picture
  83. features[] = search
  84. features[] = favicon
  85. features[] = primary_links
  86. features[] = secondary_links
  87. !REG3XP1!>
  88.  ; Set the default settings to be used in theme-settings.php
  89. settings[zen_block_editing]        = 1
  90. settings[zen_breadcrumb]           = yes
  91. settings[zen_breadcrumb_separator] = ' › '
  92. settings[zen_breadcrumb_home]      = 1
  93. settings[zen_breadcrumb_trailing]  = 1
  94. settings[zen_breadcrumb_title]     = 0
  95. settings[zen_rebuild_registry]     = 1
  96. settings[zen_wireframes]           = 0
  97.  
  98. ; Information added by drupal.org packaging script on 2009-02-13
  99. version = "6.x-1.0"
  100. core = "6.x"
  101. project = "zen"
  102. datestamp = "1234555897"

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.