You are here

edit_link.install in Util 7

Add an 'edit' link to nodes.

File

contribs/edit_link/edit_link.install
View source
<?php

/**
 * @file
 * Add an 'edit' link to nodes.
 */
function edit_link_uninstall() {
  variable_del('edit_link_type');
}

Functions

Namesort descending Description
edit_link_uninstall @file Add an 'edit' link to nodes.