diff --git a/themes/chameleon/background.png b/themes/chameleon/background.png deleted file mode 100644 index 194588a..0000000 Binary files a/themes/chameleon/background.png and /dev/null differ diff --git a/themes/chameleon/chameleon.info b/themes/chameleon/chameleon.info deleted file mode 100644 index 8c4db17..0000000 --- a/themes/chameleon/chameleon.info +++ /dev/null @@ -1,18 +0,0 @@ -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 = 6.x - -; Information added by Drupal.org packaging script on 2016-02-24 -version = "6.38" -project = "drupal" -datestamp = "1456343372" - diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme deleted file mode 100644 index b7c0559..0000000 --- a/themes/chameleon/chameleon.theme +++ /dev/null @@ -1,181 +0,0 @@ -language; - $direction = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; - - if (theme_get_setting('toggle_favicon')) { - drupal_set_html_head(''); - } - - $title = drupal_get_title(); - - // 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 .= "
\n"; - $output .= drupal_get_html_head(); - $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 .= "
". l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) ."
\n"; - $output .= "