first installable version

This commit is contained in:
2018-10-30 17:18:15 +01:00
parent 2831f4193f
commit 39fd1e182c
18 changed files with 42 additions and 201 deletions

View File

@@ -13,9 +13,6 @@
* @see system_install()
*/
function figli_starter_kit_install() {
// First, do everything that is done in the standard profile.
include_once DRUPAL_ROOT . '/core/profiles/standard/standard.install';
standard_install();
// Add code here to make nodes, terms, etc.
}