; $Id: adaptivetheme.info,v 1.4 2009-07-24 19:18:08 jmburnz Exp $ ;----------// Theme Information ; Change the name to match your new themes name. Modify the optional description. name = AdaptiveTheme description = AdaptiveTheme starter theme core = 6.x engine = phptemplate screenshot = screenshot.png ;----------// Version Information version = "6.x-1.0" core = "6.x" ;----------// Modular Stylesheets ; core styles stylesheets[all][] = css/core/base.css stylesheets[all][] = css/core/layout.css stylesheets[all][] = css/core/edit-links.css ; unset if you don't need this - provides a basic site only. stylesheets[all][] = css/core/starter.css ; uncomment if using Gpanels ;stylesheets[all][] = css/core/gpanels.css ; uncomment for Dark Themes ;stylesheets[all][] = css/core/dark.css ; uncomment for Development (good for firebugging) ;stylesheets[all][] = css/core/dev.css ; custom stylesheet - don't rename or move this file stylesheets[all][] = css/theme/theme.css ;----------// IE Conditional Stylesheets ; Support for the Conditional Styles module. This module allows themes ; to specify conditional stylesheets in their .info file and the conditional ; comments will be automatically included at the end of the standard $styles ; variable. http://drupal.org/project/conditional_styles ; ; Note: You do not need to install the module, it is now included in Genesis. ; Example only: see the README in the Conditional Styles module ;conditional-stylesheets[if lte IE 7][all][] = css/ie/ie-lte-7.css ;----------// jQuery Plugins and JavaScripts ; Theme settings JS scripts[] = js/core/theme-settings.js ; Insert WAI ARIA Landmark Roles. Uncomment to use. scripts[] = js/core/aria-roles.js ; Equal Height Columns ; This will set first child divs in the #columns division ; to the same height (#sidebar-left, #sidebar-right, #content-column). ; To use uncomment and clear cache data in Performance settings. ;scripts[] = js/core/jquery.equalizeheights.minified.js : Preload CSS Images ; jQuery plugin that automatically preloads all images referenced in CSS files. ; http://www.filamentgroup.com ;scripts[] = js/core/preloadCssImages.jQuery_v5_minfied.js ;----------// Regions ; You can define new regions here. regions[leaderboard] = Leaderboard regions[header] = Header blocks regions[secondary_content] = Secondary content regions[content_top] = Content top regions[content_aside] = Content aside 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 regions[node_bottom] = Node bottom ; Gpanel Regions - use in conjunction with the Gpanel snippets. ; See /gpanels and the README in that folder. ; Uncomment the required regions. ; 2 col Gpanel ;regions[two_col_first] = 2col Gpanel col 1 ;regions[two_col_second] = 2col Gpanel col 2 ; 3 col Gpanel ;regions[three_col_first] = 3col Gpanel col 1 ;regions[three_col_second] = 3col Gpanel col 2 ;regions[three_col_third] = 3col Gpanel col 3 ; 4 col Gpanel ;regions[four_col_first] = 4col Gpanel col 1 ;regions[four_col_second] = 4col Gpanel col 2 ;regions[four_col_third] = 4col Gpanel col 3 ;regions[four_col_fourth] = 4col Gpanel col 4 ;----------// Features ; 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