diff -uprN arcmateria_5/arcmateria.info arcmateria/arcmateria.info
--- arcmateria_5/arcmateria.info	1970-01-01 01:00:00.000000000 +0100
+++ arcmateria/arcmateria.info	2008-03-17 11:48:52.000000000 +0000
@@ -0,0 +1,5 @@
+name = Arc Materia
+description = Arc Materia Theme
+version = 6.1
+core = 6.x
+engine = phptemplate
diff -uprN arcmateria_5/comment.tpl.php arcmateria/comment.tpl.php
--- arcmateria_5/comment.tpl.php	2006-09-03 15:17:25.000000000 +0100
+++ arcmateria/comment.tpl.php	2008-03-17 11:50:49.000000000 +0000
@@ -4,6 +4,13 @@
   } ?>
 <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
     <div class="submitted"><?php print $submitted; ?></div>
-    <div class="content"><?php print $content; ?></div>
+	<div class="content">
+	  <?php print $content ?>
+	  <?php if ($signature): ?>
+	    <div class="user-signature clear-block">
+	      <?php print $signature ?>
+	    </div>
+	  <?php endif; ?>
+	</div>
     <div class="links">&raquo; <?php print $links; ?></div>
   </div>
diff -uprN arcmateria_5/page.tpl.php arcmateria/page.tpl.php
--- arcmateria_5/page.tpl.php	2006-12-31 09:55:54.000000000 +0000
+++ arcmateria/page.tpl.php	2008-03-17 11:50:12.000000000 +0000
@@ -1,6 +1,6 @@
 <!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" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
   <head>
 	<title><?php print $head_title ?></title>
 	<?php print $head ?>
@@ -34,8 +34,8 @@
 			<div><?php print $header ?></div>
 			
 			<div id="sidebar">
-				<?php print $sidebar_left ?>
-				<?php print $sidebar_right ?>
+				<?php print $left ?>
+				<?php print $right ?>
 				<div id="sidebar_bottom">&nbsp;</div>
 			</div>
 			
@@ -64,7 +64,7 @@
 	<div class="clear-block">
 	
 		<div id="footer">
-		  <?php if ($footer_message): print '<p>'. $footer_message .'</p>'; endif; ?>
+		  <?php if ($footer): print '<p>'. $footer_message .'</p>'; endif; ?>
 		  <p>&lt; Design by <a href="http://spellbook.infinitiv.it/">Gabriev</a> | Powered by <a href="http://www.drupal.org">Drupal</a> &gt;</p>
 		</div>
 		<?php print $closure ?>
