You are here

function social_simple_preprocess_social_simple_buttons in Social simple 8

Same name and namespace in other branches
  1. 2.0.x social_simple.module \social_simple_preprocess_social_simple_buttons()

Implements hook_preprocess_HOOK().

File

./social_simple.module, line 71
Contains social.module..

Code

function social_simple_preprocess_social_simple_buttons(&$variables) {

  // Preprocess the buttons as regular links.
  template_preprocess_links($variables);
}