You are here

function linkit_picker_theme_registry_alter in Linkit Picker 6

Same name and namespace in other branches
  1. 7 linkit_picker.module \linkit_picker_theme_registry_alter()

Implementation of hook_theme_registry_alter().

File

./linkit_picker.module, line 81
Main file for linkit_pikcer module.

Code

function linkit_picker_theme_registry_alter(&$theme_registry) {

  // Add a new preprocess function
  $theme_registry['linkit_dashboard']['preprocess functions'][] = 'linkit_picker_alter_template_preprocess_linkit_dashboard';
}