You are here

function linkit_picker_theme_registry_alter in Linkit Picker 7

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

Implements hook_theme_registry_alter().

File

./linkit_picker.module, line 92
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';
}