; $Id: adaptivetheme.info,v 1.8 2009-07-29 09:27:57 jmburnz Exp $ ;----------// Theme Information ; Change the name to match your new themes name. Modify the optional description. name = AdaptiveTheme description = A starter theme by AdaptiveThemes core = 6.x engine = phptemplate screenshot = screenshot.png ;----------// Version Information version = VERSION 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 ;----------// Core Regions regions[header] = Header blocks regions[content] = Main content regions[left] = Sidebar left regions[right] = Sidebar right regions[footer] = Footer ;----------// Additional Regions regions[leaderboard] = Leaderboard regions[secondary_content] = Secondary content regions[content_top] = Content top regions[content_aside] = Content aside regions[content_bottom] = Content bottom regions[tertiary_content] = Tertiary content ;----------// Node Regions regions[node_bottom] = Node bottom ;----------// Gpanel Regions ; Gpanel Regions - use in conjunction with the Gpanel snippets. ; See /gpanels and the README in that folder. ; Uncomment the required regions. ;--// TWO column Gpanels ; 2 col 2x50 Gpanel ;regions[two_col_2x50_first] = 2col 2x50 Gpanel col 1 ;regions[two_col_2x50_second] = 2col 2x50 Gpanel col 2 ; 2 col 33-66 Gpanel ;regions[two_col_33_66_first] = 2col 33-66 Gpanel col 1 ;regions[two_col_33_66_second] = 2col 33-66 Gpanel col 2 ; 2 col 66-33 Gpanel ;regions[two_col_66_33_first] = 2col 66-33 Gpanel col 1 ;regions[two_col_66_33_second] = 2col 66-33 Gpanel col 2 ;--// THREE column Gpanels ; 3 col 3x33 Gpanel ;regions[three_col_3x33_first] = 3col 3x33 Gpanel col 1 ;regions[three_col_3x33_second] = 3col 3x33 Gpanel col 2 ;regions[three_col_3x33_third] = 3col 3x33 Gpanel col 3 ; 3 col 25-25-50 Gpanel ;regions[three_col_25_25_50_first] = 3col 25-25-50 Gpanel col 1 ;regions[three_col_25_25_50_second] = 3col 25-25-50 Gpanel col 2 ;regions[three_col_25_25_50_third] = 3col 25-25-50 Gpanel col 3 ; 3 col 50-25-25 Gpanel ;regions[three_col_50_25_25_first] = 3col 50-25-25 Gpanel col 1 ;regions[three_col_50_25_25_second] = 3col 50-25-25 Gpanel col 2 ;regions[three_col_50_25_25_third] = 3col 50-25-25 Gpanel col 3 ;--// FOUR column 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 ;--// FIVE column Gpanel ;regions[five_col_first] = 5col Gpanel col 1 ;regions[five_col_second] = 5col Gpanel col 2 ;regions[five_col_third] = 5col Gpanel col 3 ;regions[five_col_fourth] = 5col Gpanel col 4 ;regions[five_col_fifth] = 5col Gpanel col 5 ;--// SIX column Gpanel ;regions[six_col_first] = 6col Gpanel col 1 ;regions[six_col_second] = 6col Gpanel col 2 ;regions[six_col_third] = 6col Gpanel col 3 ;regions[six_col_fourth] = 6col Gpanel col 4 ;regions[six_col_fifth] = 6col Gpanel col 5 ;regions[six_col_sixth] = 6col Gpanel col 6 ;----------// 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