Index: themes/chameleon/chameleon.info =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.info,v retrieving revision 1.5 diff -u -p -r1.5 chameleon.info --- themes/chameleon/chameleon.info 18 Feb 2008 19:19:48 -0000 1.5 +++ themes/chameleon/chameleon.info 10 Mar 2009 15:15:03 -0000 @@ -1,13 +0,0 @@ -; $Id: chameleon.info,v 1.5 2008/02/18 19:19:48 dries Exp $ -name = Chameleon -description = Minimalist tabled theme with light colors. -regions[left] = Left sidebar -regions[right] = Right sidebar -features[] = logo -features[] = favicon -features[] = name -features[] = slogan -stylesheets[all][] = style.css -stylesheets[all][] = common.css -version = VERSION -core = 7.x Index: themes/chameleon/chameleon.theme =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v retrieving revision 1.89 diff -u -p -r1.89 chameleon.theme --- themes/chameleon/chameleon.theme 18 Feb 2009 14:28:24 -0000 1.89 +++ themes/chameleon/chameleon.theme 10 Mar 2009 15:15:03 -0000 @@ -1,190 +0,0 @@ -language; - $direction = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; - - if (theme_get_setting('toggle_favicon')) { - drupal_set_html_head(''); - } - - $title = drupal_get_title(); - $rdf_namespaces = drupal_get_rdf_namespaces(); - - // Get blocks before so that they can alter the header (JavaScript, Stylesheets etc.) - $blocks_left = theme_blocks('left'); - $blocks_right = theme_blocks('right'); - - $output = "\n"; - $output .= "\n"; - $output .= "
| $blocks_left | \n"; - } - - $output .= "\n";
-
- if ($title) {
- $output .= theme("breadcrumb", drupal_get_breadcrumb());
- $output .= "$title"; - } - - if ($tabs = theme('menu_local_tasks')) { - $output .= $tabs; - } - - if ($show_messages) { - $output .= theme('status_messages'); - } - - $output .= theme('help'); - - $output .= "\n\n"; - $output .= $content; - $output .= drupal_get_feeds(); - $output .= "\n\n"; - - if ($footer = variable_get('site_footer', '')) { - $output .= " \n"; - } - - $output .= " | \n";
-
- if ($show_blocks && !empty($blocks_right)) {
- $output .= " $blocks_right | \n"; - } - - $output .= "