From bcce8590256ed863b8bc9784d68bc194b81d7f04 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 15 Jul 2019 14:23:30 -0400 Subject: [PATCH] placeholder for theme "footer" submodule Drush complained about a missing "footer" module no matter how else i tried to purge that module from Drupal. This placeholder silences that error. --- modules/footer/README | 10 ++++++++++ modules/footer/footer.info.yml | 0 2 files changed, 10 insertions(+) create mode 100644 modules/footer/README create mode 100644 modules/footer/footer.info.yml diff --git a/modules/footer/README b/modules/footer/README new file mode 100644 index 0000000..f3562be --- /dev/null +++ b/modules/footer/README @@ -0,0 +1,10 @@ +# "footer" module placeholder README + +This directory originally contained a submodule for this theme, but after +removing it, drush continued to complain about a missing "footer" module. I +followed many of the instructions here: , +however none of the methods I tried have completely resolved the issue. + +I created this direcory with an empty footer.info.yml file to work around that +issue. + diff --git a/modules/footer/footer.info.yml b/modules/footer/footer.info.yml new file mode 100644 index 0000000..e69de29 -- 2.25.1