--- I:/home/dtheme/themes/mondrian/page.tpl.php	Fri Jun 15 21:43:51 2007
+++ I:/home/dtheme/public_html/sites/all/themes/mondrian/page.tpl.php	Thu Feb 26 05:46:55 2009
@@ -1,6 +1,9 @@
-<!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 ?>">
+<?php
+/*
+Mondrian converted to Drupal 6 at PeterMoulding.com.
+*/
+?><!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->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
   <head>
     <title><?php print $head_title ?></title>
 <?php print $head ?>
@@ -99,13 +102,13 @@
 			<?php if ($footer_message){ ?>
 			  <?php print $footer_message;?>
 			<?php } ?>
-			  <p class="credits">Powered by <a href="http://www.drupal.org">Drupal</a> and the <a href="http://www.drupal.org/project/barlow">Mondrian</a> theme by <a href="http://egonbianchet.net">Ana...</a></p>
+			  <p class="credits">Powered by <a href="http://www.drupal.org" title="Read about Drupal at drupal.org">Drupal</a> and the <a href="http://drupal.org/project/mondrian" title="Read about Mondrian at drupal.org">Mondrian</a> theme by <a href="http://egonbianchet.net">Ana...</a></p>
 		</div><!--footer-->
 
 
 	</div><!--wrapper2-->
 </div><!--wrapper-->
 
-<?php print $closure;?>
+<?php print $closure; ?>
 </body>
 </html>
