You are here

html_link.inc in Linkit 7.2

Same filename and directory in other branches
  1. 7.3 plugins/linkit_insert/html_link/html_link.inc

File

plugins/linkit_insert/html_link/html_link.inc
View source
<?php

/**
 * @file
 */
$plugin = array(
  'name' => t('HTML Link'),
  'javascript' => drupal_get_path('module', 'linkit') . '/plugins/linkit_insert/html_link/html_link.js',
);