Store
The store will open when we relaunch during the first part of 2010. Thanks for checking back later.
global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>
The store will open when we relaunch during the first part of 2010. Thanks for checking back later.