Paula B, Cleveland, OH
Just wanted to let you know I ordered two sets of your dreambooks for presents and the two people I gave them to were so excited. I was like their hero. They said I find the best gifts, so just wanted to say thanks.
//THIS DEFINES THE GLOBAL VARIABLES USED IN THE SITE global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = stripslashes(get_settings( $value['id'] )); } } ?>