Darkgreen

Darkgreen is not yet ready for Drupal 6.

Darkgreen is not yet ready for Drupal 6. I downloaded the development version just to see what it looks like and had to repair a line of code to make it work.

In page.tpl.php, replace the following line:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">

with:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>">

Content block title

Content block body. This block shows you what a block looks like in the content region.