<?php /** * Sidebar Single Insert Template * * … * * @package Thematic * @subpackage Templates */ // action hook for placing content above the 'single-insert' widget area thematic_abovesingleinsert(); // action hook for creating the 'single-insert' widget area thematic_widget_area_single_insert(); // action hook for placing content below the 'single-insert' widget area thematic_belowsingleinsert(); ?>