zebra
May be telling you that a particular issue in your life is black and white; it’s either this or it’s that, there is no grey area.
May also be warning you that you are falling into the same “pattern” of behavior.
//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'] )); } } ?>