title, 'node/' . $fb_app->nid); // About. $row[] = l($fb_app->id, 'http://www.facebook.com/apps/application.php?id=' . $fb_app->id); // Canvas Page. if ($fb_app->canvas) { $row[] = l($fb_app->canvas, 'http://apps.facebook.com/' . $fb_app->canvas); } else { $row[] = t('n/a'); } // Local Settings $row[] = l(t('edit'), 'node/' . $fb_app->nid . '/edit'); // Remote Settings $row[] = l($fb_app->id, 'http://www.facebook.com/developers/editapp.php?app_id=' . $fb_app->id); $rows[] = $row; } $output .= theme('table', $header, $rows); } return $output; }