added footer menu, insert module, image field to page

This commit is contained in:
2017-02-24 17:00:41 +01:00
parent 65f6be158a
commit fc8070a669
27 changed files with 1750 additions and 65 deletions
@@ -0,0 +1,14 @@
<?php
/**
* @file
* Update and install functions for Insert.
*/
/**
* Implementation of hook_install().
*/
function insert_install() {
// Insert needs to load after both ImageField and FileField.
db_query("UPDATE {system} SET weight = 15 WHERE type = 'module' AND name = 'insert'");
}