Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created February 2, 2012 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottalan/1724887 to your computer and use it in GitHub Desktop.
Save scottalan/1724887 to your computer and use it in GitHub Desktop.
stuff
$export['addthis_service_customizations'] = $strongarm;
$strongarm = new stdClass;
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'addthis_toolbox_classes';
<<<<<<< HEAD
$strongarm->value = '';
=======
$strongarm->value = 'addthis_32x32_style';
>>>>>>> 0a699a04daa664eb8d558649b312c0b2cc983c9b
$export['addthis_toolbox_classes'] = $strongarm;
$strongarm = new stdClass;
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'addthis_widget_type';
$strongarm->value = 'addthis_toolbox';
$export['addthis_widget_type'] = $strongarm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment