Index: themes/garland/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v
retrieving revision 1.33
diff -u -p -r1.33 page.tpl.php
--- themes/garland/page.tpl.php	15 Sep 2009 17:10:39 -0000	1.33
+++ themes/garland/page.tpl.php	17 Sep 2009 04:40:04 -0000
@@ -43,7 +43,6 @@
             <?php print render($page['content']); ?>
           </div>
           <?php print $feed_icons ?>
-          <div id="footer"><?php print render($page['footer']) ?></div>
       </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
 
       <?php if ($page['sidebar_second']): ?>
@@ -52,6 +51,7 @@
           <?php print render($page['sidebar_second']); ?>
         </div>
       <?php endif; ?>
+      <div id="footer"><?php print render($page['footer']) ?></div>
 
     </div> <!-- /#container -->
   </div> <!-- /#wrapper -->
