; $Id: genesis.info,v 1.1 2008-10-19 14:56:33 jmburnz Exp $ name = Genesis description = Rapid Development Theme Framework for Drupal. core = 6.x engine = phptemplate screenshot = screenshot.png ; The regions defined in the page.tpl.php files. The name in ; brackets is the name of the variable. The text after the ; = sign is the short description you see on the block ; configuration page. regions[leaderboard] = Leaderboard regions[header] = Header Blocks regions[secondary_content] = Secondary Content regions[content_top] = Content top regions[content] = Main Content regions[content_bottom] = Content bottom regions[tertiary_content] = Tertiary Content regions[left] = Sidebar Left regions[right] = Sidebar Right regions[footer] = Footer ; This section adds CSS files to your theme. The media type is specified in ; the brackets. Typical CSS media types include "all", "screen", "print", and ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full ; list of stylesheet media types in CSS 2.1. stylesheets[all][] = layout.css stylesheets[all][] = base.css ; The "features" control which of these check boxes display on the ; admin/build/themes configuration page. This is useful for ; suppressing check boxes for elements not used by your theme. features[] = logo features[] = name features[] = slogan features[] = mission features[] = node_user_picture features[] = comment_user_picture features[] = search features[] = favicon features[] = primary_links features[] = secondary_links