pid = $pid; } /** * Show Medium Size ?? * @global type $base_url * @return type */ function showMediumSize() { global $base_url; $collection_fieldset = array( '#collapsible' => FALSE, '#value' => '', ); return theme('fieldset', $collection_fieldset); } }