From 5d45849e3bd37964bc39e524d49700cabdadbb45 Mon Sep 17 00:00:00 2001
From: Mike Gifford <mike@OpenConcept-Shared-from-Mikes-Computer.local>
Date: Wed, 2 Mar 2011 12:20:47 -0500
Subject: [PATCH 1/2] Issue #1078874 by mgifford: improvements by running through Coder module

---
 genesis/gpanels/2col-2x50.php                      |    1 +
 genesis/gpanels/2col-33-66.php                     |    1 +
 genesis/gpanels/2col-66-33.php                     |    1 +
 genesis/gpanels/3col-25-25-50.php                  |    1 +
 genesis/gpanels/3col-3x33.php                      |    1 +
 genesis/gpanels/3col-50-25-25.php                  |    1 +
 genesis/gpanels/4col-4x25.php                      |    2 ++
 genesis/gpanels/5col-5x20.php                      |    1 +
 genesis/gpanels/6col-6x16.php                      |    1 +
 genesis/template.php                               |    6 ++++--
 genesis/templates/aggregator-feed-source.tpl.php   |    6 ++++++
 genesis/templates/aggregator-item.tpl.php          |    6 ++++++
 genesis/templates/aggregator-summary-items.tpl.php |    6 ++++++
 genesis/templates/block--menu.tpl.php              |    2 +-
 genesis/templates/block.tpl.php                    |    4 +++-
 genesis/templates/book-navigation.tpl.php          |    6 ++++++
 genesis/templates/comment.tpl.php                  |    4 +++-
 .../field--taxonomy-term-reference.tpl.php         |    2 ++
 genesis/templates/field.tpl.php                    |    2 ++
 genesis/templates/html.tpl.php                     |    4 +++-
 genesis/templates/node.tpl.php                     |    4 +++-
 genesis/templates/page.tpl.php                     |    4 +++-
 genesis/templates/user-profile-category.tpl.php    |    8 ++++++++
 genesis_SUBTHEME/template.php                      |    5 +++++
 24 files changed, 71 insertions(+), 8 deletions(-)

diff --git a/genesis/gpanels/2col-2x50.php b/genesis/gpanels/2col-2x50.php
index 15dea6b..e7da5c2 100644
--- a/genesis/gpanels/2col-2x50.php
+++ b/genesis/gpanels/2col-2x50.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 2col-2x50.php
diff --git a/genesis/gpanels/2col-33-66.php b/genesis/gpanels/2col-33-66.php
index 42ad3bb..fbc1e4d 100644
--- a/genesis/gpanels/2col-33-66.php
+++ b/genesis/gpanels/2col-33-66.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 2col-33-66.php
diff --git a/genesis/gpanels/2col-66-33.php b/genesis/gpanels/2col-66-33.php
index 230cb14..8c01589 100644
--- a/genesis/gpanels/2col-66-33.php
+++ b/genesis/gpanels/2col-66-33.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 2col-66-33.php
diff --git a/genesis/gpanels/3col-25-25-50.php b/genesis/gpanels/3col-25-25-50.php
index 2454ba8..a19488f 100644
--- a/genesis/gpanels/3col-25-25-50.php
+++ b/genesis/gpanels/3col-25-25-50.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 3col-25-25-50.php
diff --git a/genesis/gpanels/3col-3x33.php b/genesis/gpanels/3col-3x33.php
index ee1242c..deb8432 100644
--- a/genesis/gpanels/3col-3x33.php
+++ b/genesis/gpanels/3col-3x33.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 3col-3x33.php
diff --git a/genesis/gpanels/3col-50-25-25.php b/genesis/gpanels/3col-50-25-25.php
index 783521b..25d13ef 100644
--- a/genesis/gpanels/3col-50-25-25.php
+++ b/genesis/gpanels/3col-50-25-25.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 3col-50-25-25.php
diff --git a/genesis/gpanels/4col-4x25.php b/genesis/gpanels/4col-4x25.php
index 129ca8d..6e848dc 100644
--- a/genesis/gpanels/4col-4x25.php
+++ b/genesis/gpanels/4col-4x25.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 4col-4x25.php
@@ -27,3 +28,4 @@
     <?php print render($page['four_fourth']); ?>
   </div>
 <?php endif; ?>
+
diff --git a/genesis/gpanels/5col-5x20.php b/genesis/gpanels/5col-5x20.php
index 6536779..a588c25 100644
--- a/genesis/gpanels/5col-5x20.php
+++ b/genesis/gpanels/5col-5x20.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 5col-5x20.php
diff --git a/genesis/gpanels/6col-6x16.php b/genesis/gpanels/6col-6x16.php
index aa9aff9..bb680b2 100644
--- a/genesis/gpanels/6col-6x16.php
+++ b/genesis/gpanels/6col-6x16.php
@@ -1,4 +1,5 @@
 <?php
+// $Id$
 
 /**
  * @file 6col-6x16.php
diff --git a/genesis/template.php b/genesis/template.php
index 07c92ae..ab8146d 100644
--- a/genesis/template.php
+++ b/genesis/template.php
@@ -1,4 +1,6 @@
 <?php
+// $Id$
+
 /**
  * @file template.php
  */
@@ -67,8 +69,8 @@ function genesis_process_page(&$vars) {
  * Override or insert variables into page templates.
  */
 function genesis_preprocess_page(&$vars) {
-  $vars['logo_alt_text'] = check_plain(variable_get('site_name', '')) .' '. t('logo');
-  $vars['logo_img'] = $vars['logo'] ? '<img src="'. check_url($vars['logo']) .'" alt="'. $vars['logo_alt_text'] .'"/>' : '';
+  $vars['logo_alt_text'] = check_plain(variable_get('site_name', '')) . ' ' . t('logo');
+  $vars['logo_img'] = $vars['logo'] ? '<img src="' . check_url($vars['logo']) . '" alt="' . $vars['logo_alt_text'] . '"/>' : '';
   $vars['linked_site_logo'] = $vars['logo_img'] ? l($vars['logo_img'], '<front>', array(
     'attributes' => array(
       'rel' => 'home',
diff --git a/genesis/templates/aggregator-feed-source.tpl.php b/genesis/templates/aggregator-feed-source.tpl.php
index 92a2f18..48f63b1 100644
--- a/genesis/templates/aggregator-feed-source.tpl.php
+++ b/genesis/templates/aggregator-feed-source.tpl.php
@@ -1,4 +1,10 @@
 <?php
+// $Id$
+
+/**
+ * @file aggregator-feed-source.tpl.php
+ * Custom theme for aggregator feed source template.
+ */
 ?>
 <aside class="feed-source">
   <?php if ($source_description): ?>
diff --git a/genesis/templates/aggregator-item.tpl.php b/genesis/templates/aggregator-item.tpl.php
index 9e70923..15cf82c 100644
--- a/genesis/templates/aggregator-item.tpl.php
+++ b/genesis/templates/aggregator-item.tpl.php
@@ -1,4 +1,10 @@
 <?php
+// $Id$
+
+/**
+ * @file aggregator-item.tpl.php
+ * Custom theme for aggregator item template.
+ */
 ?>
 <article class="feed-item" role="article">
   <header>
diff --git a/genesis/templates/aggregator-summary-items.tpl.php b/genesis/templates/aggregator-summary-items.tpl.php
index e61a026..7c05584 100644
--- a/genesis/templates/aggregator-summary-items.tpl.php
+++ b/genesis/templates/aggregator-summary-items.tpl.php
@@ -1,4 +1,10 @@
 <?php
+// $Id$
+
+/**
+ * @file aggregator-summary-template.tpl.php
+ * Custom theme for aggregator summary template.
+ */
 ?>
 <section id="feed-<?php print drupal_html_class($title); ?>" class="feed">
   <h2 class="summary-title"><?php print $title; ?></h2>
diff --git a/genesis/templates/block--menu.tpl.php b/genesis/templates/block--menu.tpl.php
index aca856b..8ec5e36 100644
--- a/genesis/templates/block--menu.tpl.php
+++ b/genesis/templates/block--menu.tpl.php
@@ -2,7 +2,7 @@
 // $Id: block--menu.tpl.php,v 1.1 2011/02/18 19:05:52 jmburnz Exp $
 
 /**
- * @file
+ * @file block--menu.tpl.php
  * Default theme implementation to display a block.
  *
  * Available variables:
diff --git a/genesis/templates/block.tpl.php b/genesis/templates/block.tpl.php
index 06f6f1f..21d6e5b 100644
--- a/genesis/templates/block.tpl.php
+++ b/genesis/templates/block.tpl.php
@@ -1,6 +1,8 @@
 <?php
+// $Id$
+
 /**
- * @file
+ * @file block.tpl.php
  * Default theme implementation to display a block.
  *
  * Available variables:
diff --git a/genesis/templates/book-navigation.tpl.php b/genesis/templates/book-navigation.tpl.php
index 262abf8..dec0520 100644
--- a/genesis/templates/book-navigation.tpl.php
+++ b/genesis/templates/book-navigation.tpl.php
@@ -1,4 +1,10 @@
 <?php
+// $Id$
+
+/**
+ * @file book-navigation.tpl.php
+ * Custom theme for book navigation template.
+ */
 ?>
 <?php if ($tree || $has_links): ?>
   <footer id="book-navigation-<?php print $book_id; ?>" class="book-navigation">
diff --git a/genesis/templates/comment.tpl.php b/genesis/templates/comment.tpl.php
index 0cebda4..c804567 100644
--- a/genesis/templates/comment.tpl.php
+++ b/genesis/templates/comment.tpl.php
@@ -1,6 +1,8 @@
 <?php
+// $Id$
+
 /**
- * @file
+ * @file comment.tpl.php
  * Default theme implementation for comments.
  *
  * Available variables:
diff --git a/genesis/templates/field--taxonomy-term-reference.tpl.php b/genesis/templates/field--taxonomy-term-reference.tpl.php
index 7bc2e26..1ee777d 100644
--- a/genesis/templates/field--taxonomy-term-reference.tpl.php
+++ b/genesis/templates/field--taxonomy-term-reference.tpl.php
@@ -1,4 +1,6 @@
 <?php
+// $Id$
+
 /**
  * @file field.tpl.php
  * Default template implementation to display the value of a field.
diff --git a/genesis/templates/field.tpl.php b/genesis/templates/field.tpl.php
index 3131fc4..85a92a6 100644
--- a/genesis/templates/field.tpl.php
+++ b/genesis/templates/field.tpl.php
@@ -1,4 +1,6 @@
 <?php
+// $Id$
+
 /**
  * @file field.tpl.php
  * Default template implementation to display the value of a field.
diff --git a/genesis/templates/html.tpl.php b/genesis/templates/html.tpl.php
index 193e05b..d0283df 100644
--- a/genesis/templates/html.tpl.php
+++ b/genesis/templates/html.tpl.php
@@ -1,6 +1,8 @@
 <?php
+// $Id$
+
 /**
- * @file
+ * @file html.tpl.php
  * Default theme implementation to display the basic html structure of a single
  * Drupal page.
  *
diff --git a/genesis/templates/node.tpl.php b/genesis/templates/node.tpl.php
index 0e7161c..bef085a 100644
--- a/genesis/templates/node.tpl.php
+++ b/genesis/templates/node.tpl.php
@@ -1,6 +1,8 @@
 <?php
+// $Id$
+
 /**
- * @file
+ * @file node.tpl.php
  * Default theme implementation to display a node.
  *
  * Available variables:
diff --git a/genesis/templates/page.tpl.php b/genesis/templates/page.tpl.php
index da4e038..8d5e021 100644
--- a/genesis/templates/page.tpl.php
+++ b/genesis/templates/page.tpl.php
@@ -1,6 +1,8 @@
 <?php
+// $Id$
+
 /**
- * @file
+ * @file page.tpl.php
  * Default theme implementation to display a single Drupal page.
  *
  * Available variables:
diff --git a/genesis/templates/user-profile-category.tpl.php b/genesis/templates/user-profile-category.tpl.php
index e55f064..0775f2e 100644
--- a/genesis/templates/user-profile-category.tpl.php
+++ b/genesis/templates/user-profile-category.tpl.php
@@ -1,3 +1,11 @@
+<?php
+// $Id$
+
+/**
+ * @file user-profile-category.tpl.php
+ * Custom theme for user profile category template.
+ */
+?>
 <section class="<?php print drupal_html_class($title); ?>">
   <?php if ($title) : ?>
     <h3><?php print $title; ?></h3>
diff --git a/genesis_SUBTHEME/template.php b/genesis_SUBTHEME/template.php
index 047fc45..e7f8bdb 100644
--- a/genesis_SUBTHEME/template.php
+++ b/genesis_SUBTHEME/template.php
@@ -1,4 +1,9 @@
 <?php
+// $Id$
+
+/**
+ * @file template.php
+ */
 
 /**
  * Preprocess and Process Functions SEE: http://drupal.org/node/254940#variables-processor
-- 
1.7.3.5


From 1dc9e72f58804688e615e24c14da7c31b3315fcc Mon Sep 17 00:00:00 2001
From: Mike Gifford <mike@openconcept.ca>
Date: Wed, 2 Mar 2011 13:03:15 -0500
Subject: [PATCH 2/2] Issue #1078874 by mgifford: improvements by running through Coder module - with removing old CVS headers

---
 coder-1078874-2.patch                              |  347 ++++++++++++++++++++
 genesis/gpanels/2col-2x50.php                      |    2 -
 genesis/gpanels/2col-33-66.php                     |    2 -
 genesis/gpanels/2col-66-33.php                     |    2 -
 genesis/gpanels/3col-25-25-50.php                  |    2 -
 genesis/gpanels/3col-3x33.php                      |    2 -
 genesis/gpanels/3col-50-25-25.php                  |    2 -
 genesis/gpanels/4col-4x25.php                      |    2 -
 genesis/gpanels/5col-5x20.php                      |    2 -
 genesis/gpanels/6col-6x16.php                      |    2 -
 genesis/template.php                               |    2 -
 genesis/templates/aggregator-feed-source.tpl.php   |    2 -
 genesis/templates/aggregator-item.tpl.php          |    2 -
 genesis/templates/aggregator-summary-items.tpl.php |    2 -
 genesis/templates/block--menu.tpl.php              |    2 -
 genesis/templates/block.tpl.php                    |    2 -
 genesis/templates/book-navigation.tpl.php          |    2 -
 genesis/templates/comment.tpl.php                  |    2 -
 .../field--taxonomy-term-reference.tpl.php         |    2 -
 genesis/templates/field.tpl.php                    |    2 -
 genesis/templates/html.tpl.php                     |    2 -
 genesis/templates/node.tpl.php                     |    2 -
 genesis/templates/page.tpl.php                     |    2 -
 genesis/templates/user-profile-category.tpl.php    |    2 -
 genesis_SUBTHEME/template.php                      |    2 -
 25 files changed, 347 insertions(+), 48 deletions(-)
 create mode 100644 coder-1078874-2.patch

diff --git a/coder-1078874-2.patch b/coder-1078874-2.patch
new file mode 100644
index 0000000..7f665ed
--- /dev/null
+++ b/coder-1078874-2.patch
@@ -0,0 +1,347 @@
+From 5d45849e3bd37964bc39e524d49700cabdadbb45 Mon Sep 17 00:00:00 2001
+From: Mike Gifford <mike@OpenConcept-Shared-from-Mikes-Computer.local>
+Date: Wed, 2 Mar 2011 12:20:47 -0500
+Subject: [PATCH] Issue #1078874 by mgifford: improvements by running through Coder module
+
+---
+ genesis/gpanels/2col-2x50.php                      |    1 +
+ genesis/gpanels/2col-33-66.php                     |    1 +
+ genesis/gpanels/2col-66-33.php                     |    1 +
+ genesis/gpanels/3col-25-25-50.php                  |    1 +
+ genesis/gpanels/3col-3x33.php                      |    1 +
+ genesis/gpanels/3col-50-25-25.php                  |    1 +
+ genesis/gpanels/4col-4x25.php                      |    2 ++
+ genesis/gpanels/5col-5x20.php                      |    1 +
+ genesis/gpanels/6col-6x16.php                      |    1 +
+ genesis/template.php                               |    6 ++++--
+ genesis/templates/aggregator-feed-source.tpl.php   |    6 ++++++
+ genesis/templates/aggregator-item.tpl.php          |    6 ++++++
+ genesis/templates/aggregator-summary-items.tpl.php |    6 ++++++
+ genesis/templates/block--menu.tpl.php              |    2 +-
+ genesis/templates/block.tpl.php                    |    4 +++-
+ genesis/templates/book-navigation.tpl.php          |    6 ++++++
+ genesis/templates/comment.tpl.php                  |    4 +++-
+ .../field--taxonomy-term-reference.tpl.php         |    2 ++
+ genesis/templates/field.tpl.php                    |    2 ++
+ genesis/templates/html.tpl.php                     |    4 +++-
+ genesis/templates/node.tpl.php                     |    4 +++-
+ genesis/templates/page.tpl.php                     |    4 +++-
+ genesis/templates/user-profile-category.tpl.php    |    8 ++++++++
+ genesis_SUBTHEME/template.php                      |    5 +++++
+ 24 files changed, 71 insertions(+), 8 deletions(-)
+
+diff --git a/genesis/gpanels/2col-2x50.php b/genesis/gpanels/2col-2x50.php
+index 15dea6b..e7da5c2 100644
+--- a/genesis/gpanels/2col-2x50.php
++++ b/genesis/gpanels/2col-2x50.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 2col-2x50.php
+diff --git a/genesis/gpanels/2col-33-66.php b/genesis/gpanels/2col-33-66.php
+index 42ad3bb..fbc1e4d 100644
+--- a/genesis/gpanels/2col-33-66.php
++++ b/genesis/gpanels/2col-33-66.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 2col-33-66.php
+diff --git a/genesis/gpanels/2col-66-33.php b/genesis/gpanels/2col-66-33.php
+index 230cb14..8c01589 100644
+--- a/genesis/gpanels/2col-66-33.php
++++ b/genesis/gpanels/2col-66-33.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 2col-66-33.php
+diff --git a/genesis/gpanels/3col-25-25-50.php b/genesis/gpanels/3col-25-25-50.php
+index 2454ba8..a19488f 100644
+--- a/genesis/gpanels/3col-25-25-50.php
++++ b/genesis/gpanels/3col-25-25-50.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 3col-25-25-50.php
+diff --git a/genesis/gpanels/3col-3x33.php b/genesis/gpanels/3col-3x33.php
+index ee1242c..deb8432 100644
+--- a/genesis/gpanels/3col-3x33.php
++++ b/genesis/gpanels/3col-3x33.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 3col-3x33.php
+diff --git a/genesis/gpanels/3col-50-25-25.php b/genesis/gpanels/3col-50-25-25.php
+index 783521b..25d13ef 100644
+--- a/genesis/gpanels/3col-50-25-25.php
++++ b/genesis/gpanels/3col-50-25-25.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 3col-50-25-25.php
+diff --git a/genesis/gpanels/4col-4x25.php b/genesis/gpanels/4col-4x25.php
+index 129ca8d..6e848dc 100644
+--- a/genesis/gpanels/4col-4x25.php
++++ b/genesis/gpanels/4col-4x25.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 4col-4x25.php
+@@ -27,3 +28,4 @@
+     <?php print render($page['four_fourth']); ?>
+   </div>
+ <?php endif; ?>
++
+diff --git a/genesis/gpanels/5col-5x20.php b/genesis/gpanels/5col-5x20.php
+index 6536779..a588c25 100644
+--- a/genesis/gpanels/5col-5x20.php
++++ b/genesis/gpanels/5col-5x20.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 5col-5x20.php
+diff --git a/genesis/gpanels/6col-6x16.php b/genesis/gpanels/6col-6x16.php
+index aa9aff9..bb680b2 100644
+--- a/genesis/gpanels/6col-6x16.php
++++ b/genesis/gpanels/6col-6x16.php
+@@ -1,4 +1,5 @@
+ <?php
++// $Id$
+ 
+ /**
+  * @file 6col-6x16.php
+diff --git a/genesis/template.php b/genesis/template.php
+index 07c92ae..ab8146d 100644
+--- a/genesis/template.php
++++ b/genesis/template.php
+@@ -1,4 +1,6 @@
+ <?php
++// $Id$
++
+ /**
+  * @file template.php
+  */
+@@ -67,8 +69,8 @@ function genesis_process_page(&$vars) {
+  * Override or insert variables into page templates.
+  */
+ function genesis_preprocess_page(&$vars) {
+-  $vars['logo_alt_text'] = check_plain(variable_get('site_name', '')) .' '. t('logo');
+-  $vars['logo_img'] = $vars['logo'] ? '<img src="'. check_url($vars['logo']) .'" alt="'. $vars['logo_alt_text'] .'"/>' : '';
++  $vars['logo_alt_text'] = check_plain(variable_get('site_name', '')) . ' ' . t('logo');
++  $vars['logo_img'] = $vars['logo'] ? '<img src="' . check_url($vars['logo']) . '" alt="' . $vars['logo_alt_text'] . '"/>' : '';
+   $vars['linked_site_logo'] = $vars['logo_img'] ? l($vars['logo_img'], '<front>', array(
+     'attributes' => array(
+       'rel' => 'home',
+diff --git a/genesis/templates/aggregator-feed-source.tpl.php b/genesis/templates/aggregator-feed-source.tpl.php
+index 92a2f18..48f63b1 100644
+--- a/genesis/templates/aggregator-feed-source.tpl.php
++++ b/genesis/templates/aggregator-feed-source.tpl.php
+@@ -1,4 +1,10 @@
+ <?php
++// $Id$
++
++/**
++ * @file aggregator-feed-source.tpl.php
++ * Custom theme for aggregator feed source template.
++ */
+ ?>
+ <aside class="feed-source">
+   <?php if ($source_description): ?>
+diff --git a/genesis/templates/aggregator-item.tpl.php b/genesis/templates/aggregator-item.tpl.php
+index 9e70923..15cf82c 100644
+--- a/genesis/templates/aggregator-item.tpl.php
++++ b/genesis/templates/aggregator-item.tpl.php
+@@ -1,4 +1,10 @@
+ <?php
++// $Id$
++
++/**
++ * @file aggregator-item.tpl.php
++ * Custom theme for aggregator item template.
++ */
+ ?>
+ <article class="feed-item" role="article">
+   <header>
+diff --git a/genesis/templates/aggregator-summary-items.tpl.php b/genesis/templates/aggregator-summary-items.tpl.php
+index e61a026..7c05584 100644
+--- a/genesis/templates/aggregator-summary-items.tpl.php
++++ b/genesis/templates/aggregator-summary-items.tpl.php
+@@ -1,4 +1,10 @@
+ <?php
++// $Id$
++
++/**
++ * @file aggregator-summary-template.tpl.php
++ * Custom theme for aggregator summary template.
++ */
+ ?>
+ <section id="feed-<?php print drupal_html_class($title); ?>" class="feed">
+   <h2 class="summary-title"><?php print $title; ?></h2>
+diff --git a/genesis/templates/block--menu.tpl.php b/genesis/templates/block--menu.tpl.php
+index aca856b..8ec5e36 100644
+--- a/genesis/templates/block--menu.tpl.php
++++ b/genesis/templates/block--menu.tpl.php
+@@ -2,7 +2,7 @@
+ // $Id: block--menu.tpl.php,v 1.1 2011/02/18 19:05:52 jmburnz Exp $
+ 
+ /**
+- * @file
++ * @file block--menu.tpl.php
+  * Default theme implementation to display a block.
+  *
+  * Available variables:
+diff --git a/genesis/templates/block.tpl.php b/genesis/templates/block.tpl.php
+index 06f6f1f..21d6e5b 100644
+--- a/genesis/templates/block.tpl.php
++++ b/genesis/templates/block.tpl.php
+@@ -1,6 +1,8 @@
+ <?php
++// $Id$
++
+ /**
+- * @file
++ * @file block.tpl.php
+  * Default theme implementation to display a block.
+  *
+  * Available variables:
+diff --git a/genesis/templates/book-navigation.tpl.php b/genesis/templates/book-navigation.tpl.php
+index 262abf8..dec0520 100644
+--- a/genesis/templates/book-navigation.tpl.php
++++ b/genesis/templates/book-navigation.tpl.php
+@@ -1,4 +1,10 @@
+ <?php
++// $Id$
++
++/**
++ * @file book-navigation.tpl.php
++ * Custom theme for book navigation template.
++ */
+ ?>
+ <?php if ($tree || $has_links): ?>
+   <footer id="book-navigation-<?php print $book_id; ?>" class="book-navigation">
+diff --git a/genesis/templates/comment.tpl.php b/genesis/templates/comment.tpl.php
+index 0cebda4..c804567 100644
+--- a/genesis/templates/comment.tpl.php
++++ b/genesis/templates/comment.tpl.php
+@@ -1,6 +1,8 @@
+ <?php
++// $Id$
++
+ /**
+- * @file
++ * @file comment.tpl.php
+  * Default theme implementation for comments.
+  *
+  * Available variables:
+diff --git a/genesis/templates/field--taxonomy-term-reference.tpl.php b/genesis/templates/field--taxonomy-term-reference.tpl.php
+index 7bc2e26..1ee777d 100644
+--- a/genesis/templates/field--taxonomy-term-reference.tpl.php
++++ b/genesis/templates/field--taxonomy-term-reference.tpl.php
+@@ -1,4 +1,6 @@
+ <?php
++// $Id$
++
+ /**
+  * @file field.tpl.php
+  * Default template implementation to display the value of a field.
+diff --git a/genesis/templates/field.tpl.php b/genesis/templates/field.tpl.php
+index 3131fc4..85a92a6 100644
+--- a/genesis/templates/field.tpl.php
++++ b/genesis/templates/field.tpl.php
+@@ -1,4 +1,6 @@
+ <?php
++// $Id$
++
+ /**
+  * @file field.tpl.php
+  * Default template implementation to display the value of a field.
+diff --git a/genesis/templates/html.tpl.php b/genesis/templates/html.tpl.php
+index 193e05b..d0283df 100644
+--- a/genesis/templates/html.tpl.php
++++ b/genesis/templates/html.tpl.php
+@@ -1,6 +1,8 @@
+ <?php
++// $Id$
++
+ /**
+- * @file
++ * @file html.tpl.php
+  * Default theme implementation to display the basic html structure of a single
+  * Drupal page.
+  *
+diff --git a/genesis/templates/node.tpl.php b/genesis/templates/node.tpl.php
+index 0e7161c..bef085a 100644
+--- a/genesis/templates/node.tpl.php
++++ b/genesis/templates/node.tpl.php
+@@ -1,6 +1,8 @@
+ <?php
++// $Id$
++
+ /**
+- * @file
++ * @file node.tpl.php
+  * Default theme implementation to display a node.
+  *
+  * Available variables:
+diff --git a/genesis/templates/page.tpl.php b/genesis/templates/page.tpl.php
+index da4e038..8d5e021 100644
+--- a/genesis/templates/page.tpl.php
++++ b/genesis/templates/page.tpl.php
+@@ -1,6 +1,8 @@
+ <?php
++// $Id$
++
+ /**
+- * @file
++ * @file page.tpl.php
+  * Default theme implementation to display a single Drupal page.
+  *
+  * Available variables:
+diff --git a/genesis/templates/user-profile-category.tpl.php b/genesis/templates/user-profile-category.tpl.php
+index e55f064..0775f2e 100644
+--- a/genesis/templates/user-profile-category.tpl.php
++++ b/genesis/templates/user-profile-category.tpl.php
+@@ -1,3 +1,11 @@
++<?php
++// $Id$
++
++/**
++ * @file user-profile-category.tpl.php
++ * Custom theme for user profile category template.
++ */
++?>
+ <section class="<?php print drupal_html_class($title); ?>">
+   <?php if ($title) : ?>
+     <h3><?php print $title; ?></h3>
+diff --git a/genesis_SUBTHEME/template.php b/genesis_SUBTHEME/template.php
+index 047fc45..e7f8bdb 100644
+--- a/genesis_SUBTHEME/template.php
++++ b/genesis_SUBTHEME/template.php
+@@ -1,4 +1,9 @@
+ <?php
++// $Id$
++
++/**
++ * @file template.php
++ */
+ 
+ /**
+  * Preprocess and Process Functions SEE: http://drupal.org/node/254940#variables-processor
+-- 
+1.7.3.5
+
diff --git a/genesis/gpanels/2col-2x50.php b/genesis/gpanels/2col-2x50.php
index e7da5c2..6384a18 100644
--- a/genesis/gpanels/2col-2x50.php
+++ b/genesis/gpanels/2col-2x50.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 2col-2x50.php
  * Gpanel code snippet to display two 50% width regions as columns.
diff --git a/genesis/gpanels/2col-33-66.php b/genesis/gpanels/2col-33-66.php
index fbc1e4d..ca5fe62 100644
--- a/genesis/gpanels/2col-33-66.php
+++ b/genesis/gpanels/2col-33-66.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 2col-33-66.php
  * Gpanel code snippet to display two regions (33%/66%) as columns.
diff --git a/genesis/gpanels/2col-66-33.php b/genesis/gpanels/2col-66-33.php
index 8c01589..613364f 100644
--- a/genesis/gpanels/2col-66-33.php
+++ b/genesis/gpanels/2col-66-33.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 2col-66-33.php
  * Gpanel code snippet to display two regions (66%/33%) as columns.
diff --git a/genesis/gpanels/3col-25-25-50.php b/genesis/gpanels/3col-25-25-50.php
index a19488f..5da5095 100644
--- a/genesis/gpanels/3col-25-25-50.php
+++ b/genesis/gpanels/3col-25-25-50.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 3col-25-25-50.php
  * Gpanel code snippet to display three regions (25%, 25%, 50%) as columns.
diff --git a/genesis/gpanels/3col-3x33.php b/genesis/gpanels/3col-3x33.php
index deb8432..1ca6cb6 100644
--- a/genesis/gpanels/3col-3x33.php
+++ b/genesis/gpanels/3col-3x33.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 3col-3x33.php
  * Gpanel code snippet to display 3x33% width regions as columns.
diff --git a/genesis/gpanels/3col-50-25-25.php b/genesis/gpanels/3col-50-25-25.php
index 25d13ef..8862b65 100644
--- a/genesis/gpanels/3col-50-25-25.php
+++ b/genesis/gpanels/3col-50-25-25.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 3col-50-25-25.php
  * Gpanel code snippet to display three regions (50%, 25%, 25%) as columns.
diff --git a/genesis/gpanels/4col-4x25.php b/genesis/gpanels/4col-4x25.php
index 6e848dc..cfa4c68 100644
--- a/genesis/gpanels/4col-4x25.php
+++ b/genesis/gpanels/4col-4x25.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 4col-4x25.php
  * Gpanel code snippet to display 4x25% width regions as columns.
diff --git a/genesis/gpanels/5col-5x20.php b/genesis/gpanels/5col-5x20.php
index a588c25..b4522fd 100644
--- a/genesis/gpanels/5col-5x20.php
+++ b/genesis/gpanels/5col-5x20.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 5col-5x20.php
  * Gpanel code snippet to display 5x20% width regions as columns.
diff --git a/genesis/gpanels/6col-6x16.php b/genesis/gpanels/6col-6x16.php
index bb680b2..f36d66f 100644
--- a/genesis/gpanels/6col-6x16.php
+++ b/genesis/gpanels/6col-6x16.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file 6col-6x16.php
  * Gpanel code snippet to display 6x16% width regions as columns.
diff --git a/genesis/template.php b/genesis/template.php
index ab8146d..c7c2f5b 100644
--- a/genesis/template.php
+++ b/genesis/template.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file template.php
  */
diff --git a/genesis/templates/aggregator-feed-source.tpl.php b/genesis/templates/aggregator-feed-source.tpl.php
index 48f63b1..f86098f 100644
--- a/genesis/templates/aggregator-feed-source.tpl.php
+++ b/genesis/templates/aggregator-feed-source.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file aggregator-feed-source.tpl.php
  * Custom theme for aggregator feed source template.
diff --git a/genesis/templates/aggregator-item.tpl.php b/genesis/templates/aggregator-item.tpl.php
index 15cf82c..622862e 100644
--- a/genesis/templates/aggregator-item.tpl.php
+++ b/genesis/templates/aggregator-item.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file aggregator-item.tpl.php
  * Custom theme for aggregator item template.
diff --git a/genesis/templates/aggregator-summary-items.tpl.php b/genesis/templates/aggregator-summary-items.tpl.php
index 7c05584..4745efe 100644
--- a/genesis/templates/aggregator-summary-items.tpl.php
+++ b/genesis/templates/aggregator-summary-items.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file aggregator-summary-template.tpl.php
  * Custom theme for aggregator summary template.
diff --git a/genesis/templates/block--menu.tpl.php b/genesis/templates/block--menu.tpl.php
index 8ec5e36..6cd7e0d 100644
--- a/genesis/templates/block--menu.tpl.php
+++ b/genesis/templates/block--menu.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id: block--menu.tpl.php,v 1.1 2011/02/18 19:05:52 jmburnz Exp $
-
 /**
  * @file block--menu.tpl.php
  * Default theme implementation to display a block.
diff --git a/genesis/templates/block.tpl.php b/genesis/templates/block.tpl.php
index 21d6e5b..65c9b00 100644
--- a/genesis/templates/block.tpl.php
+++ b/genesis/templates/block.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file block.tpl.php
  * Default theme implementation to display a block.
diff --git a/genesis/templates/book-navigation.tpl.php b/genesis/templates/book-navigation.tpl.php
index dec0520..b41400c 100644
--- a/genesis/templates/book-navigation.tpl.php
+++ b/genesis/templates/book-navigation.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file book-navigation.tpl.php
  * Custom theme for book navigation template.
diff --git a/genesis/templates/comment.tpl.php b/genesis/templates/comment.tpl.php
index c804567..dbf9604 100644
--- a/genesis/templates/comment.tpl.php
+++ b/genesis/templates/comment.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file comment.tpl.php
  * Default theme implementation for comments.
diff --git a/genesis/templates/field--taxonomy-term-reference.tpl.php b/genesis/templates/field--taxonomy-term-reference.tpl.php
index 1ee777d..7bc2e26 100644
--- a/genesis/templates/field--taxonomy-term-reference.tpl.php
+++ b/genesis/templates/field--taxonomy-term-reference.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file field.tpl.php
  * Default template implementation to display the value of a field.
diff --git a/genesis/templates/field.tpl.php b/genesis/templates/field.tpl.php
index 85a92a6..3131fc4 100644
--- a/genesis/templates/field.tpl.php
+++ b/genesis/templates/field.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file field.tpl.php
  * Default template implementation to display the value of a field.
diff --git a/genesis/templates/html.tpl.php b/genesis/templates/html.tpl.php
index d0283df..965dfbe 100644
--- a/genesis/templates/html.tpl.php
+++ b/genesis/templates/html.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file html.tpl.php
  * Default theme implementation to display the basic html structure of a single
diff --git a/genesis/templates/node.tpl.php b/genesis/templates/node.tpl.php
index bef085a..a107032 100644
--- a/genesis/templates/node.tpl.php
+++ b/genesis/templates/node.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file node.tpl.php
  * Default theme implementation to display a node.
diff --git a/genesis/templates/page.tpl.php b/genesis/templates/page.tpl.php
index 8d5e021..7cba71f 100644
--- a/genesis/templates/page.tpl.php
+++ b/genesis/templates/page.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file page.tpl.php
  * Default theme implementation to display a single Drupal page.
diff --git a/genesis/templates/user-profile-category.tpl.php b/genesis/templates/user-profile-category.tpl.php
index 0775f2e..ae43209 100644
--- a/genesis/templates/user-profile-category.tpl.php
+++ b/genesis/templates/user-profile-category.tpl.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file user-profile-category.tpl.php
  * Custom theme for user profile category template.
diff --git a/genesis_SUBTHEME/template.php b/genesis_SUBTHEME/template.php
index e7f8bdb..f747698 100644
--- a/genesis_SUBTHEME/template.php
+++ b/genesis_SUBTHEME/template.php
@@ -1,6 +1,4 @@
 <?php
-// $Id$
-
 /**
  * @file template.php
  */
-- 
1.7.3.5

