Along with the Facebook app, we also created a website for our non-Facebook users. The website offers a quick view of the most current results from our Facebook app along with compiled news feeds on each 2008 Presidential candidate.
/** * @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'); ?>