You are here

html_link.inc in Linkit 7.3

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

File

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

/**
 * @file
 * Defines the HTML link insert plugin.
 */
$plugin = array(
  'name' => t('HTML Link'),
  'javascript' => 'html_link.js',
);