Syndicate content
Skip to main content

Publicidad:

Liga Caputala mar17 2

OTRAS NOTICIAS DE INTERÉS

Digital Version - La Conexión - Hispanic Newspaper

Publicidad

Premium Drupal Themes by Adaptivethemes
//// Code to add to settings.php: ///////////////////////////////// /** * Drupal for Facebook settings. */ if (!is_array($conf)) $conf = array(); $conf['fb_verbose'] = TRUE; // debug output //$conf['fb_verbose'] = 'extreme'; // for verbosity fetishists. // More efficient connect session discovery. // Required if supporting one connect app and different canvas apps. //$conf['fb_id'] = '123.....XYZ'; // Your connect app's ID goes here. // Enable URL rewriting (for canvas page apps). include "sites/all/modules/fb/fb_url_rewrite.inc"; include "sites/all/modules/fb/fb_settings.inc"; // end of settings.php