You are here

function html5_tools_install in HTML5 Tools 6

Same name and namespace in other branches
  1. 7 html5_tools.install \html5_tools_install()

Implementation of hook_install().

File

./html5_tools.install, line 11
Set up htm5_tools to be the heaviest.

Code

function html5_tools_install() {
  _html5_tools_heaviest();
}