From 93198c9cfeaf66cfa57e1d57c1dc2a605a3f417e Mon Sep 17 00:00:00 2001 From: BlubbFish <blubbfish@noreply.example.org> Date: Tue, 14 Apr 2020 20:28:08 +0200 Subject: [PATCH] Verstecke Newsletteranmeldung auf der Hauptseite (#12) Verstecke Newsletteranmeldung auf der Hauptseite --- frontend/index/.gitkeep | 0 frontend/index/footer-navigation.tpl | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 frontend/index/.gitkeep create mode 100644 frontend/index/footer-navigation.tpl diff --git a/frontend/index/.gitkeep b/frontend/index/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/index/footer-navigation.tpl b/frontend/index/footer-navigation.tpl new file mode 100644 index 0000000..bf8e730 --- /dev/null +++ b/frontend/index/footer-navigation.tpl @@ -0,0 +1,4 @@ +{extends file="parent:frontend/index/footer-navigation.tpl"} + +{block name="frontend_index_footer_column_newsletter"} +{/block}