Following the initial success of Wheel of Yum on Android we created a simple Twitter mashup! Tweet @wheelofyum with your dining question and Wheel of Yum tells you where to eat!
/** * @package WordPress * @subpackage magazine_obsession */ require_once('fn-admin.php'); require_once('thman-settings.php'); require_once('thman-settings-pages.php'); add_action('admin_menu', 'thman_add_menu'); ?>