? page.tpl.php
? page.tpl.php.patch
? modules/system/page.tpl.php.patch
? sites/default/files
? sites/default/settings.php
Index: modules/system/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/page.tpl.php,v
retrieving revision 1.15
diff -u -p -r1.15 page.tpl.php
--- modules/system/page.tpl.php	22 Jan 2009 12:52:50 -0000	1.15
+++ modules/system/page.tpl.php	1 Feb 2009 02:02:46 -0000
@@ -85,98 +85,100 @@
   <?php print $scripts; ?>
 </head>
 <body class="<?php print $body_classes; ?>">
-  <div id="page">
-    <div id="header">
-      <div id="logo-title">
-
-        <?php if (!empty($logo)): ?>
-          <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
-            <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
-          </a>
-        <?php endif; ?>
-
-        <div id="name-and-slogan">
-          <?php if (!empty($site_name)): ?>
-            <h1 id="site-name">
-              <a href="<?php print $front_page ?>" title="<?php print t('Home'); ?>" rel="home"><span><?php print $site_name; ?></span></a>
-            </h1>
-          <?php endif; ?>
-
-          <?php if (!empty($site_slogan)): ?>
-            <div id="site-slogan"><?php print $site_slogan; ?></div>
-          <?php endif; ?>
-        </div> <!-- /name-and-slogan -->
-      </div> <!-- /logo-title -->
-
-      <?php if (!empty($search_box)): ?>
-        <div id="search-box"><?php print $search_box; ?></div>
-      <?php endif; ?>
-
-      <?php if (!empty($header)): ?>
-        <div id="header-region">
-          <?php print $header; ?>
-        </div>
-      <?php endif; ?>
-
-    </div> <!-- /header -->
-
-    <div id="container" class="clear-block">
-
-      <div id="navigation" class="menu <?php if (!empty($main_menu)) { print "withmain"; } if (!empty($secondary_menu)) { print " withsecondary"; } ?> ">
-        <?php if (!empty($main_menu)): ?>
-          <div id="main-menu" class="clear-block">
-            <?php print theme('links', $main_menu, array('class' => 'links main-menu')); ?>
-          </div>
-        <?php endif; ?>
-
-        <?php if (!empty($secondary_menu)): ?>
-          <div id="secondary-menu" class="clear-block">
-            <?php print theme('links', $secondary_menu, array('class' => 'links secondary-menu')); ?>
-          </div>
-        <?php endif; ?>
-      </div> <!-- /navigation -->
-
-      <?php if (!empty($left)): ?>
-        <div id="sidebar-left" class="column sidebar">
-          <?php print $left; ?>
-        </div> <!-- /sidebar-left -->
-      <?php endif; ?>
-
-      <div id="main" class="column"><div id="main-squeeze">
-        <?php if (!empty($breadcrumb)): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
-        <?php if (!empty($mission)): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>
-
-        <div id="content">
-          <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
-          <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
-          <?php if (!empty($messages)): print $messages; endif; ?>
-          <?php if (!empty($help)): print $help; endif; ?>
-          <div id="content-content" class="clear-block">
-            <?php print $content; ?>
-          </div> <!-- /content-content -->
-          <?php print $feed_icons; ?>
-        </div> <!-- /content -->
-
-      </div></div> <!-- /main-squeeze /main -->
-
-      <?php if (!empty($right)): ?>
-        <div id="sidebar-right" class="column sidebar">
-          <?php print $right; ?>
-        </div> <!-- /sidebar-right -->
-      <?php endif; ?>
-
-    </div> <!-- /container -->
-
-    <div id="footer-wrapper">
-      <div id="footer">
-        <?php print $footer_message; ?>
-        <?php if (!empty($footer)): print $footer; endif; ?>
-      </div> <!-- /footer -->
-    </div> <!-- /footer-wrapper -->
-
-    <?php print $closure; ?>
-
-  </div> <!-- /page -->
-
+	<div id="page-wrapper">
+  	<div id="page">
+	    <div id="header">
+	      <div id="logo-title">
+
+	        <?php if (!empty($logo)): ?>
+	          <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
+	            <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
+	          </a>
+	        <?php endif; ?>
+
+	        <div id="name-and-slogan">
+	          <?php if (!empty($site_name)): ?>
+	            <h1 id="site-name">
+	              <a href="<?php print $front_page ?>" title="<?php print t('Home'); ?>" rel="home"><span><?php print $site_name; ?></span></a>
+	            </h1>
+	          <?php endif; ?>
+
+	          <?php if (!empty($site_slogan)): ?>
+	            <div id="site-slogan"><?php print $site_slogan; ?></div>
+	          <?php endif; ?>
+	        </div> <!-- /name-and-slogan -->
+	      </div> <!-- /logo-title -->
+
+	      <?php if (!empty($search_box)): ?>
+	        <div id="search-box"><?php print $search_box; ?></div>
+	      <?php endif; ?>
+
+	      <?php if (!empty($header)): ?>
+	        <div id="header-region">
+	          <?php print $header; ?>
+	        </div>
+	      <?php endif; ?>
+
+	    </div> <!-- /header -->
+
+	    <div id="container" class="clear-block">
+
+	      <div id="navigation" class="menu <?php if (!empty($main_menu)) { print "withmain"; } if (!empty($secondary_menu)) { print " withsecondary"; } ?> ">
+	        <?php if (!empty($main_menu)): ?>
+	          <div id="main-menu" class="clear-block">
+	            <?php print theme('links', $main_menu, array('class' => 'links main-menu')); ?>
+	          </div>
+	        <?php endif; ?>
+
+	        <?php if (!empty($secondary_menu)): ?>
+	          <div id="secondary-menu" class="clear-block">
+	            <?php print theme('links', $secondary_menu, array('class' => 'links secondary-menu')); ?>
+	          </div>
+	        <?php endif; ?>
+	      </div> <!-- /navigation -->
+
+	      <?php if (!empty($left)): ?>
+	        <div id="sidebar-left" class="column sidebar">
+	          <?php print $left; ?>
+	        </div> <!-- /sidebar-left -->
+	      <?php endif; ?>
+
+	      <div id="main" class="column"><div id="main-squeeze">
+	        <?php if (!empty($breadcrumb)): ?><div id="breadcrumb"><?php print $breadcrumb; ?></div><?php endif; ?>
+	        <?php if (!empty($mission)): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>
+
+	        <div id="content">
+	          <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
+	          <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
+	          <?php if (!empty($messages)): print $messages; endif; ?>
+	          <?php if (!empty($help)): print $help; endif; ?>
+	          <div id="content-content" class="clear-block">
+	            <?php print $content; ?>
+	          </div> <!-- /content-content -->
+	          <?php print $feed_icons; ?>
+	        </div> <!-- /content -->
+
+	      </div></div> <!-- /main-squeeze /main -->
+
+	      <?php if (!empty($right)): ?>
+	        <div id="sidebar-right" class="column sidebar">
+	          <?php print $right; ?>
+	        </div> <!-- /sidebar-right -->
+	      <?php endif; ?>
+
+	    </div> <!-- /container -->
+
+	    <div id="footer-wrapper">
+	      <div id="footer">
+	        <?php print $footer_message; ?>
+	        <?php if (!empty($footer)): print $footer; endif; ?>
+	      </div> <!-- /footer -->
+	    </div> <!-- /footer-wrapper -->
+
+	    <?php print $closure; ?>
+
+	  </div> <!-- /page -->
+	</div> <!-- /page-wrapper -->
+	
 </body>
 </html>
