diff -urN block.tpl.php block.tpl.php
--- block.tpl.php	2010-06-22 05:49:35.000000000 +1000
+++ block.tpl.php	2010-07-16 09:25:54.000000000 +1000
@@ -1,4 +1,4 @@
-// $Id: block.tpl.php,v 1.1.2.2 2010/06/21 19:49:35 finex Exp $
+<?php // $Id: block.tpl.php,v 1.1.2.2 2010/06/21 19:49:35 finex Exp $ ?>
 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
   <?php if ( $block->subject != "" ) { ?>
   <h3 class="title"><?php print $block->subject; ?></h3>
diff -urN box.tpl.php box.tpl.php
--- box.tpl.php	2010-06-22 05:49:35.000000000 +1000
+++ box.tpl.php	2010-07-16 09:26:00.000000000 +1000
@@ -1,5 +1,5 @@
-// $Id: box.tpl.php,v 1.1.2.2 2010/06/21 19:49:35 finex Exp $
+<?php // $Id: box.tpl.php,v 1.1.2.2 2010/06/21 19:49:35 finex Exp $ ?>
 <div class="box">
   <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
   <div class="content"><?php print $content; ?></div>
-</div>
\ No newline at end of file
+</div>
diff -urN comment.tpl.php comment.tpl.php
--- comment.tpl.php	2010-06-22 05:49:35.000000000 +1000
+++ comment.tpl.php	2010-07-16 09:26:06.000000000 +1000
@@ -1,4 +1,4 @@
-// $Id: comment.tpl.php,v 1.1.2.4 2010/06/21 19:49:35 finex Exp $
+<?php // $Id: comment.tpl.php,v 1.1.2.4 2010/06/21 19:49:35 finex Exp $ ?>
 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
   <?php if ($picture) {
   print $picture;
@@ -7,4 +7,4 @@
   <div class="content"><?php print $content; ?></div>
   <div class="submitted"><?php print $submitted; ?></div>
   <div class="links"><?php print $links; ?></div>
-</div>
\ No newline at end of file
+</div>
diff -urN node.tpl.php node.tpl.php
--- node.tpl.php	2010-06-22 05:49:35.000000000 +1000
+++ node.tpl.php	2010-07-16 09:26:13.000000000 +1000
@@ -1,4 +1,4 @@
-// $Id: node.tpl.php,v 1.1.2.4 2010/06/21 19:49:35 finex Exp $
+<?php // $Id: node.tpl.php,v 1.1.2.4 2010/06/21 19:49:35 finex Exp $ ?>
 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
   <?php if ($page == 0) { ?>
     <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
@@ -10,4 +10,4 @@
   <?php if ($links){ ?>
   <div class="links"><?php print $links ?></div>
   <?php }?>
-</div>
\ No newline at end of file
+</div>
diff -urN page.tpl.php page.tpl.php
--- page.tpl.php	2010-06-22 05:49:35.000000000 +1000
+++ page.tpl.php	2010-07-16 09:26:20.000000000 +1000
@@ -1,4 +1,4 @@
-// $Id: page.tpl.php,v 1.1.2.6 2010/06/21 19:49:35 finex Exp $
+<?php // $Id: page.tpl.php,v 1.1.2.6 2010/06/21 19:49:35 finex Exp $ ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
 <head>
@@ -91,4 +91,4 @@
 </div> <!--END FIXED-->
 <?php print $closure ?>
 </body>
-</html>
\ No newline at end of file
+</html>
diff -urN template.php template.php
--- template.php	2010-06-22 05:49:35.000000000 +1000
+++ template.php	2010-07-16 09:26:31.000000000 +1000
@@ -1,5 +1,5 @@
-// $Id: template.php,v 1.1.2.7 2010/06/21 19:49:35 finex Exp $
 <?php
+// $Id: template.php,v 1.1.2.7 2010/06/21 19:49:35 finex Exp $
 
 function phptemplate_stylesheet_import($stylesheet, $media = 'all') {
   if (strpos($stylesheet, 'misc/drupal.css') == 0) {
@@ -17,4 +17,4 @@
   return "<h5><a href=\"http://www.realizzazione-siti-vicenza.com\" title=\"Drupal development, E-commerce\">F</a> &amp; <a href=\"http://www.posizionamentoo.com\" title=\"Posizionamento motori ricerca\">P</a></h5>";
 }
 
-?>
\ No newline at end of file
+?>
