Index: assets/style/print.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/print.css,v
retrieving revision 1.1
diff -u -r1.1 print.css
--- assets/style/print.css	16 Aug 2007 10:16:14 -0000	1.1
+++ assets/style/print.css	20 May 2008 17:18:05 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /*
 -----------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
@@ -8,4 +10,4 @@
 
 h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
 
-a#skip, ul#menu, .hidden { display: none; }
\ No newline at end of file
+a#skip, ul#menu, .hidden { display: none; }
Index: assets/style/ie6.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/ie6.css,v
retrieving revision 1.6
diff -u -r1.6 ie6.css
--- assets/style/ie6.css	31 Aug 2007 05:11:04 -0000	1.6
+++ assets/style/ie6.css	20 May 2008 17:17:54 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /*
 -------------------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
Index: assets/style/initial.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/initial.css,v
retrieving revision 1.1
diff -u -r1.1 initial.css
--- assets/style/initial.css	16 Aug 2007 10:16:14 -0000	1.1
+++ assets/style/initial.css	20 May 2008 17:17:54 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /*
 -----------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
@@ -42,4 +44,4 @@
 /* Form field text-scaling */
 input, select, textarea {
 	font-size: 100%;
-}
\ No newline at end of file
+}
Index: assets/style/light_fantastic.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/light_fantastic.css,v
retrieving revision 1.9
diff -u -r1.9 light_fantastic.css
--- assets/style/light_fantastic.css	17 May 2008 17:10:34 -0000	1.9
+++ assets/style/light_fantastic.css	20 May 2008 17:18:04 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /*
 -----------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
@@ -297,4 +299,4 @@
 form#node-admin-content ul li, form#node-admin-content dl dd { margin: 0; }
 
 form#system-themes-form { width: inherit; }
-form#system-themes-form table { overflow: auto !important; }
\ No newline at end of file
+form#system-themes-form table { overflow: auto !important; }
Index: assets/style/ie7.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/ie7.css,v
retrieving revision 1.1
diff -u -r1.1 ie7.css
--- assets/style/ie7.css	16 Aug 2007 10:16:14 -0000	1.1
+++ assets/style/ie7.css	20 May 2008 17:17:54 -0000
@@ -1,7 +1,8 @@
+/* $Id$ */
+
 /*
 -------------------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
 IE7 Stylesheet
 -------------------------------------------------------------------
 */
-
Index: assets/style/handheld.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/assets/style/handheld.css,v
retrieving revision 1.1
diff -u -r1.1 handheld.css
--- assets/style/handheld.css	16 Aug 2007 10:16:14 -0000	1.1
+++ assets/style/handheld.css	20 May 2008 17:17:54 -0000
@@ -1,6 +1,7 @@
+/* $Id$ */
+
 /*
 -----------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
 Handheld Stylesheet
 ----------------------------------------------------------- */
-
Index: block-sidebar_left.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-sidebar_left.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 block-sidebar_left.tpl.php
--- block-sidebar_left.tpl.php	20 Aug 2007 13:26:45 -0000	1.1
+++ block-sidebar_left.tpl.php	20 May 2008 17:17:50 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="sidebar_left block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
Index: node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/node.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 node.tpl.php
--- node.tpl.php	20 Aug 2007 13:26:45 -0000	1.2
+++ node.tpl.php	20 May 2008 17:17:53 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
 	<?php print $picture ?>
 <?php if ($page == 0) { ?>
Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/template.php,v
retrieving revision 1.7
diff -u -r1.7 template.php
--- template.php	31 Aug 2007 13:16:03 -0000	1.7
+++ template.php	20 May 2008 17:17:54 -0000
@@ -1,4 +1,6 @@
 <?php
+// $Id$
+
 /**
  * Override or insert PHPTemplate variables into the templates.
  */
Index: comment.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/comment.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 comment.tpl.php
--- comment.tpl.php	20 Aug 2007 13:26:45 -0000	1.2
+++ comment.tpl.php	20 May 2008 17:17:53 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div class="comments comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status  == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
 
   <?php if ($submitted): ?>
Index: block-sidebar_right.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-sidebar_right.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 block-sidebar_right.tpl.php
--- block-sidebar_right.tpl.php	20 Aug 2007 13:26:45 -0000	1.1
+++ block-sidebar_right.tpl.php	20 May 2008 17:17:50 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="sidebar_right block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
Index: block.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 block.tpl.php
--- block.tpl.php	20 Aug 2007 13:26:45 -0000	1.2
+++ block.tpl.php	20 May 2008 17:17:53 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
 <?php if (!empty($block->subject)): ?>
   <h2><?php print $block->subject ?></h2>
Index: block-banner.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-banner.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 block-banner.tpl.php
--- block-banner.tpl.php	20 Aug 2007 13:26:45 -0000	1.2
+++ block-banner.tpl.php	20 May 2008 17:17:42 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="chunk block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/style.css,v
retrieving revision 1.1
diff -u -r1.1 style.css
--- style.css	16 Aug 2007 10:16:14 -0000	1.1
+++ style.css	20 May 2008 17:17:53 -0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 /*
 -----------------------------------------------------------
 Light Fantastic theme - http://lucksy.com/drupal/light_fantastic/
Index: block-navigation_right.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-navigation_right.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 block-navigation_right.tpl.php
--- block-navigation_right.tpl.php	20 Aug 2007 13:26:45 -0000	1.1
+++ block-navigation_right.tpl.php	20 May 2008 17:17:50 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="navigation_right block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
Index: block-additional.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-additional.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 block-additional.tpl.php
--- block-additional.tpl.php	20 Aug 2007 13:26:45 -0000	1.2
+++ block-additional.tpl.php	20 May 2008 17:17:42 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="chunk block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
Index: block-navigation_left.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lightfantastic/block-navigation_left.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 block-navigation_left.tpl.php
--- block-navigation_left.tpl.php	20 Aug 2007 13:26:45 -0000	1.1
+++ block-navigation_left.tpl.php	20 May 2008 17:17:42 -0000
@@ -1,3 +1,6 @@
+<?php
+// $Id$
+?>
 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="navigation_left block-<?php print $block->module ?>">
 	<div class="box">
 	<?php if (!empty($block->subject)): ?>
@@ -6,4 +9,3 @@
 		<div class="content"><?php print $block->content ?></div>
 	</div>
 </div>
-
