You are here

function ckeditor_link_theme in CKEditor Link 7.2

Implements hook_theme().

File

./ckeditor_link.module, line 47
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function ckeditor_link_theme() {
  return array(
    'ckeditor_link_autocomplete_title' => array(
      'variables' => array(
        'title' => NULL,
      ),
    ),
  );
}