seed
Represents a brand new beginning in some area of your life or an idea that needs to be implemented so that it can grow and reach its potential. A sunflower seed is the beginnings of happiness.
//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'] )); } } ?>