You are here

function rrssb_appearance in Ridiculously Responsive Social Sharing Buttons 7.2

Fetch appearance settings. These are the configuration parameters to pass to the library.

2 calls to rrssb_appearance()
rrssb_form in ./rrssb.module
Implements hook_form().
rrssb_get_buttons in ./rrssb.module
Returns a Drupal render array for the buttons.

File

./rrssb.module, line 633

Code

function rrssb_appearance() {
  $appearance = variable_get('rrssb_appearance');
  return $appearance;
}