<?php 
    // action hook for placing content above the 'pro-info' widget area
    thematic_aboveproinfo();
    // action hook creating the 'pro-info' widget area
    widget_area_pro_info();
    // action hook for placing content below the 'pro-info' widget area
    thematic_belowproinfo();
    
?>