desert
Where in your life is there a lack of productivity? Where in your life have you hit a dry spell
//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'] )); } } ?>
Where in your life is there a lack of productivity? Where in your life have you hit a dry spell