You are here

function template_preprocess_shareaholic_apps_configuration in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same name and namespace in other branches
  1. 7.3 includes/shareaholic_apps_configuration_form.php \template_preprocess_shareaholic_apps_configuration()

Prepare variables to be used in the shareaholic_apps_configuration template

File

includes/shareaholic_apps_configuration_form.php, line 29
This file is responsible for the apps manager page (rendering/handling form)

Code

function template_preprocess_shareaholic_apps_configuration(&$variables) {
  _prepare_template_form_variables($variables, 'shareaholic_apps_configuration');
}