You are here

function recommendations_defaults in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/recommendations.inc \recommendations_defaults()
1 call to recommendations_defaults()
recommendations_fb_settings in plugins/fb_plugin/recommendations.inc

File

plugins/fb_plugin/recommendations.inc, line 17

Code

function recommendations_defaults() {
  return array(
    'site' => '',
    'width' => 300,
    'height' => 300,
    'header' => 1,
    'colorscheme' => 'light',
    'border_color' => '',
    'font' => 'arial',
  );
}