type; if (function_exists($function)) { $function($variables, $hook); } } // */ /** * Override or insert variables into the comment templates. * * @param $variables * An array of variables to pass to the theme template. * @param $hook * The name of the template being rendered ("comment" in this case.) */ /* -- Delete this line if you want to use this function function STARTERKIT_preprocess_comment(&$variables, $hook) { $variables['sample_variable'] = t('Lorem ipsum.'); } // */ /** * Override or insert variables into the block templates. * * @param $variables * An array of variables to pass to the theme template. * @param $hook * The name of the template being rendered ("block" in this case.) */ /* -- Delete this line if you want to use this function function STARTERKIT_preprocess_block(&$variables, $hook) { // Add a count to all the blocks in the region. $variables['classes_array'][] = 'count-' . $variables['block_id']; } // */