Home Page Welcome
Sunday, February 6th, 2011 Blog by adminThis is the home page welcome content post. Nothing really here, but it serves as a test.
/* This code retrieves all our admin options. */ global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>
Enjoy our blog about SEO.
This is the home page welcome content post. Nothing really here, but it serves as a test.