name; switch($name): case 'widget-area-1': uswds_sortable_widget_area_content($target_name, 1); break; case 'widget-area-2': uswds_sortable_widget_area_content($target_name, 2); break; case 'widget-area-3': uswds_sortable_widget_area_content($target_name, 3); break; case 'page-content': uswds_page_content($target_name); break; endswitch; } } function uswds_page_content($target = null) { ?>
Click here to set up this page.
'; return $output; }