? combustion.info
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/combustion/README.txt,v
retrieving revision 1.4
diff -u -r1.4 README.txt
--- README.txt	23 Jan 2007 00:56:58 -0000	1.4
+++ README.txt	28 Apr 2009 05:44:37 -0000
@@ -1,3 +1,9 @@
+This theme has been ported to Drupal 6.x by Prashant Shah, http://pshahmumbai.blogspot.com. 
+	- Removed the left and right sidebar and merged them as a single right sidebar
+	- Cleaned up the code
+
+--
+
 (This theme has been ported to Drupal 5.x by ThemeBot, http://themebot.com)  Thank you for downloading downloading Combustion. At the moment there's not much in this README document as I have yet to finalise it. Combustion is a theme for Drupal v4.7 that was developed in my spare time, so if any bugs/anomalies are discovered then please report them through the proper channels. It would also be greatly appreciated if anyone feels the need to fix any bugs that this theme might contain!
 
 --
@@ -22,4 +28,4 @@
   <tr>
     <td colspan="2" class="title"><?php print $title ?></td>
   </tr>
-********************************
\ No newline at end of file
+********************************
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/combustion/page.tpl.php,v
retrieving revision 1.3
diff -u -r1.3 page.tpl.php
--- page.tpl.php	23 Jan 2007 00:56:58 -0000	1.3
+++ page.tpl.php	28 Apr 2009 05:44:37 -0000
@@ -1,5 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
+<!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; ?>">
 <head>
 <title><?php print $head_title ?></title>
 <?php print $head ?>
@@ -12,56 +12,54 @@
 <table border="0" cellpadding="0" cellspacing="0" id="wrapper">
   <tr>
     <td colspan="2" class="header_img">
-<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
-<?php if ($site_slogan) : ?>
-<div class="site-slogan"><?php print($site_slogan) ?></div>
-<?php endif;?>
-</td>
+			<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
+			<?php if ($site_slogan) : ?>
+			<div class="site-slogan"><?php print($site_slogan) ?></div>
+			<?php endif;?>
+		</td>
   </tr>
   <tr>
     <td colspan="2" class="navbar">
-<div class="primarylinks">
-<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>  
-</div>
-</td>
+			<div class="primarylinks">
+			<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>  
+			</div>
+		</td>
   </tr>
   <tr>
     <td class="main-content">
-<div class="primary-container">
-<?php if ($breadcrumb != ""): ?>
-<?php print $breadcrumb ?>
-<?php endif; ?>
-<?php if ($messages != ""): ?>
-  <div id="message"><?php print $messages ?></div>
-<?php endif; ?>
-<?php if ($title != ""): ?> 
-  <div align="left"><h2 class="page-title"><?php print $title ?></h2></div> 
-<?php endif; ?> 
-<?php if ($tabs != ""): ?> 
-<?php print $tabs ?> 
-<?php endif; ?>
-<?php if ($help != ""): ?>
-  <p id="help"><?php print $help ?></p>
-<?php endif; ?>
-  
-  <?php print($content) ?>
-  
-</div>
-  </td>
-<td class="sidebar">
-  <?php print $sidebar_right ?>
-  <?php print $sidebar_left ?></td>
+			<div class="primary-container">
+			<?php if ($breadcrumb != ""): ?>
+			<?php print $breadcrumb ?>
+			<?php endif; ?>
+			<?php if ($messages != ""): ?>
+				<div id="message"><?php print $messages ?></div>
+			<?php endif; ?>
+			<?php if ($title != ""): ?> 
+				<div align="left"><h2 class="page-title"><?php print $title ?></h2></div> 
+			<?php endif; ?> 
+			<?php if ($tabs != ""): ?> 
+			<?php print $tabs ?> 
+			<?php endif; ?>
+			<?php if ($help != ""): ?>
+				<p id="help"><?php print $help ?></p>
+			<?php endif; ?>
+			<?php print($content) ?>
+			</div>
+	  </td>
+		<td class="sidebar">
+  		<?php print $sidebar_right ?>
+		</td>
   </tr>
   <tr>
     <td colspan="2" class="footer_img">
-    <div class="footer">
-    <?php if ($footer_message) : ?>
-	<?php print $footer_message;?>
-	<?php endif; ?>
-	<p><i>Combustion</i> designed by <a href="http://phobos.redfyre.net/">Phobos Gekko</a> | Ported to Drupal 5.0 by <a href="http://themebot.com/">ThemeBot</a>
-
-	</p>
-</div></td>
+    	<div class="footer">
+	    <?php if ($footer_message) : ?>
+				<?php print $footer_message;?>
+			<?php endif; ?>
+			<p><i>Combustion</i> designed by <a href="http://phobos.redfyre.net/">Phobos Gekko</a> | Ported to Drupal 5.0 by <a href="http://themebot.com/">ThemeBot</a> | Ported to Drupal 6.x by <a href='http://pshahmumbai.blogspot.com'>Prashant Shah</a>
+			</p>
+			</div>
+		</td>
   </tr>
 </table>
   <?php print $closure; ?>
