picnic
Most often, a picnic settiing in a dream refers to getting something out in the open, being honest.
It can also point to something you hope will be easy and enjoyable.
//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'] )); } } ?>