barefoot
Are you feeling uncertain or vulnerable about a certain direction you are taking? Have you recently or do you need to “bare” your “soul?
//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'] )); } } ?>
Are you feeling uncertain or vulnerable about a certain direction you are taking? Have you recently or do you need to “bare” your “soul?