/**
 * Prepare variables to be used in the shareaholic_apps_configuration
 * template
 */
function template_preprocess_shareaholic_apps_configuration(&$variables)
{
    _prepare_template_form_variables($variables, 'shareaholic_apps_configuration');
}
/**
 * Prepare variables to be used in the shareaholic_failure_modal
 * template
 */
function template_preprocess_shareaholic_failure_modal(&$variables)
{
    _prepare_template_form_variables($variables, 'shareaholic_failure_modal');
}
Example #3
0
/**
 * Prepare variables to be used in the shareaholic_tos_modal
 * template
 */
function template_preprocess_shareaholic_tos_modal(&$variables)
{
    _prepare_template_form_variables($variables, 'shareaholic_tos_modal');
    $variables['image_url'] = SHAREAHOLIC_ASSET_DIR . '/img';
}