/* 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 ($zeeb_welcome_disable == "false") { ?>
/* Same again for the message. */
if ($zeeb_welcome_message) { ?>
print $zeeb_welcome_message; ?>
} else { ?>
Toy Story the box set is finally Released in both DVD and Blu-ray format. Comprising of Toy Story 1, 2 and 3
you can experience the adventures of Woody, Mr Potato Head and of course Buzz Lightyear - "To Infinity and Beyond!"
} ?>
} else { ?>
} ?>