/* This code retrieves all our admin options. */
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
/* If the welcome message ISN'T disabled */
if ($blossom_intro_disable == "false") { ?>
/* Same again for the message. */
if ($blossom_intro_text) { ?>
print $blossom_intro_text; ?>
} else { ?>
Enter a short paragraph of text or Adsense code, or disable the intro text entirely, in the theme options panel.