More Customize 13-moon Settings '; // Check if title is set if ( $title ) { echo $before_title . $title . $after_title; } // here's hte output of tmc // Include output // include('chron_output.inc'); $tmc_content = start_new_calendar(); echo '

'.$tmc_content.'

'; echo ''; echo $after_widget; } } // register widget add_action('widgets_init', create_function('', 'return register_widget("tmc_plugin_widget");'));