Index: blocktheme.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/blocktheme/blocktheme.module,v
retrieving revision 1.1
diff -u -p -r1.1 blocktheme.module
--- blocktheme.module	22 Sep 2007 16:54:37 -0000	1.1
+++ blocktheme.module	6 Sep 2009 13:14:53 -0000
@@ -1,4 +1,15 @@
 <?php
+// $Id:
+
+/**
+ * @file
+ * Provides a configuration option to select custom themes for blocks
+ *
+ * BlockTheme allows an admin to define tpl files for standard block templates
+ * and provides a select box on the block configure form so the user can select
+ * a tpl file to use as opposed to having to override the templates by block ID.
+ *
+ */
 
 function blocktheme_menu($may_cache = false) {
   if (!$may_cache) {
@@ -99,4 +110,4 @@ function blocktheme_get_theme(&$block) {
 
 //Is it better to unserialize a huge array, or to use a hacky string based namespace?
 
-?>
\ No newline at end of file
+
