<?php

/**
 * Implementation of hook_ckeditor_link_types().
 */
function ckeditor_link_user_ckeditor_link_types() {
  $types[] = array('type' => 'user', 'file' => 'includes/ckeditor_link_user.user.inc');
  return $types;
}