sun
A sunny day in a dream usually reflects joy and happiness in waking life. The sun often points to truth, honesty, that light has been shed on something recently and you can now see the situation clearly.
//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'] )); } } ?>