This is a module, not a theme. It extends the Drupal admin theme page options (admin/settings/admin) to allow settings of custom CiviCRM user and admin themes.
This module integrates the popular open source ad server Revive Adserver (formerly OpenX and before that Openads) with Drupal. The last versions the Drupal 6.1.x branch of this module was tested with were OpenX 2.6 and OpenX 2.4. The Drupal 6.2.x branch and 7.1.x versions of this module have been tested with Revive Adserver is 3.0.5 but have not been tested with any previous versions of Revive Adserver and its previous incarnations (OpenX/Openads).
D7 and Content Taxonomy
The module provides extensions to Drupal's core Taxonomy Term Reference Fields. At the moment, following extensions are available:
Parent term selector in the field settings (for options lists)
Options for new terms in autocomplete (Autocomplete Deluxe widget supported as well):
Allow and insert new terms (default behaviour)
Allow and insert new terms into a separate vocabulary
Deny any new terms
For migrating from D6, see notes at the end.
This module provides a CCK field type for referencing taxonomy terms.
The fields are independent from vocabulary settings. For every field you can specify following settings:
widget type (see list below)
general CCK settings (label, description, fieldgroup, weight, single/multiple, required, ...)
the vocabulary to use
further settings for hierarchical vocabularies, like the depth of the tree or a parent term for sub-trees
I decided to rewrite and rearrange the code for 6.x in a new branch which need to be reconfigured again by those who want upgrade it from 2.x, i removed things needed only in Drupal 4.6/4.7 and now Last Node fit better with the actual Drupal features.
The rewrite is not yet complete, for suggestions open an issue!