\n";
echo "\n";
echo $this->add_wrap(__('Ajax Event Calendar Options', AEC_NAME), "
", "
");
if ((isset($_GET['updated']) && $_GET['updated'] == 'true') ||
(isset($_GET['settings-updated']) && $_GET['settings-updated'] == 'true')) {
echo $this->add_wrap(__('Settings Updated', AEC_NAME), '');
}
echo "\n";
echo "
\n";
$out .= "
\n";
echo $out;
echo $this->add_sidebar();
echo "\n";
?>