? foundation_d6-upgrade.patch
Index: foundation.info
===================================================================
RCS file: foundation.info
diff -N foundation.info
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ foundation.info	31 May 2008 01:19:47 -0000
@@ -0,0 +1,14 @@
+;$Id:$
+name = Foundation
+description = Tableless, multi-column, fluid width starter theme.
+version = VERSION
+core = 6.x
+engine = phptemplate
+
+; Regions
+regions[left] = Left sidebar
+regions[right] = Right sidebar
+regions[contenttop] = Content Top
+regions[content] = Content
+regions[header] = Header
+regions[footer] = Footer
\ No newline at end of file
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/foundation/page.tpl.php,v
retrieving revision 1.2
diff -u -p -r1.2 page.tpl.php
--- page.tpl.php	26 Oct 2006 17:49:36 -0000	1.2
+++ page.tpl.php	31 May 2008 01:19:47 -0000
@@ -1,6 +1,6 @@
 <?php /* $Id: page.tpl.php,v 1.2 2006/10/26 17:49:36 rkerr 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; ?>" 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>
 <?php print $head; ?>
Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/foundation/template.php,v
retrieving revision 1.1
diff -u -p -r1.1 template.php
--- template.php	28 Jun 2006 18:31:05 -0000	1.1
+++ template.php	31 May 2008 01:19:47 -0000
@@ -1,16 +1,4 @@
 <?php
+// $Id: template.php,v 1.1 2006/06/28 18:31:05 rkerr Exp $
 
-/* $Id: template.php,v 1.1 2006/06/28 18:31:05 rkerr Exp $ */
-
-function foundation_regions() {
-  return array(
-       'header' => t('header'),
-       'left' => t('left sidebar'),
-       'right' => t('right sidebar'),
-       'contenttop' => t('content top'),
-       'content' => t('content'),
-       'footer' => t('footer')
-  );
-}
-
-?>
\ No newline at end of file
+// Put theme customizations in here.
