Index: comment.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/Pleroma/comment.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 comment.tpl.php
--- comment.tpl.php	8 Mar 2007 10:58:34 -0000	1.1
+++ comment.tpl.php	26 Jul 2007 14:42:39 -0000
@@ -3,6 +3,10 @@
 <h3 class="title"><?php print $title; ?></h3>
 <?php if ($picture) print $picture; ?>
     <div class="submitted"><?php print t('On ') . format_date($comment->timestamp, 'custom', 'F jS, Y'); ?> <?php print theme('username', $comment) . t(' says:'); ?></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"><?php print $links; ?></div>
 </div>
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/Pleroma/page.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 page.tpl.php
--- page.tpl.php	8 Mar 2007 07:13:42 -0000	1.1
+++ page.tpl.php	26 Jul 2007 14:42:40 -0000
@@ -1,5 +1,5 @@
 <!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 ?>" xml:lang="<?php print $language ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
 <head>
 	<title><?php print $head_title ?></title>
 	<meta name="author" content="Chris Herberte http://www.xweb.com.au" />
