You are here

linkicon.install in Link Icon 7

Same filename and directory in other branches
  1. 8 linkicon.install

Installation actions for Linkicon.

File

linkicon.install
View source
<?php

/**
 * @file
 * Installation actions for Linkicon.
 */

/**
 * Moved theme functions to linkicon.theme.inc.
 */
function linkicon_update_7101() {

  // Do nothing to clear cache.
}

Functions

Namesort descending Description
linkicon_update_7101 Moved theme functions to linkicon.theme.inc.