<?php
// action hook for placing content above the 'single-top' widget area
thematic_abovesingletop();
// action hook for creating the 'single-top' widget area
widget_area_single_top();
// action hook for placing content below the 'single-top' widget area
thematic_belowsingletop();
?>