donkey
You or someone around you is being stubborn right now. May also suggst that you or someone around you is acting like an “ass.
//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'] )); } } ?>
You or someone around you is being stubborn right now. May also suggst that you or someone around you is acting like an “ass.