Index: templates/page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/tao/templates/Attic/page.tpl.php,v
retrieving revision 1.1.2.1.2.1
diff -u -p -r1.1.2.1.2.1 page.tpl.php
--- templates/page.tpl.php	28 Sep 2010 19:45:41 -0000	1.1.2.1.2.1
+++ templates/page.tpl.php	30 Sep 2010 13:36:36 -0000
@@ -24,6 +24,12 @@
   <?php endif; ?>
 </div></div>
 
+<?php if ($page['highlighted']): ?>
+  <div id='highlighted' class="<?php print $precision_container_grid; ?>"><div class='limiter clearfix'>
+    <?php print render($page['highlighted']); ?>
+  </div></div>
+<?php endif; ?>
+
 <div id='page'><div class='limiter clearfix'>
 
   <?php if ($page['sidebar_first']): ?>
