<?php /** * Sidebar Single Bottom Template * * … * * @package Thematic * @subpackage Templates */ // action hook for placing content above the 'single-bottom' widget area thematic_abovesinglebottom(); // action hook for creating the 'single-bottom' widget area thematic_widget_area_single_bottom(); // action hook for placing content below the 'single-bottom' widget area thematic_belowsinglebottom(); ?>