From fcee7d752f8310aabb76463d61960752ea9ab500 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Oct 2018 23:49:07 +0200 Subject: Templates cleanup --- templates/emails/mail.twig | 6 --- templates/layouts/parts/footer.twig | 36 ------------------ templates/layouts/parts/navbar.twig | 74 ------------------------------------- 3 files changed, 116 deletions(-) delete mode 100644 templates/emails/mail.twig delete mode 100644 templates/layouts/parts/footer.twig delete mode 100644 templates/layouts/parts/navbar.twig (limited to 'templates') diff --git a/templates/emails/mail.twig b/templates/emails/mail.twig deleted file mode 100644 index f5ac5860..00000000 --- a/templates/emails/mail.twig +++ /dev/null @@ -1,6 +0,0 @@ -{{ __('Hi %s,', [user]) }} - -{{ __('here is a message for you from the engelsystem:') }} -{{ message|raw }} - -{{ __('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.') }} diff --git a/templates/layouts/parts/footer.twig b/templates/layouts/parts/footer.twig deleted file mode 100644 index cf201281..00000000 --- a/templates/layouts/parts/footer.twig +++ /dev/null @@ -1,36 +0,0 @@ -
-
- -
diff --git a/templates/layouts/parts/navbar.twig b/templates/layouts/parts/navbar.twig deleted file mode 100644 index a718fc48..00000000 --- a/templates/layouts/parts/navbar.twig +++ /dev/null @@ -1,74 +0,0 @@ -{% import _self as elements %} - -{% macro toolbar_item(label, link, active_page, icon) %} - - - {% if icon %}{% endif %} - {{ label|raw }} - - -{% endmacro %} - - -- cgit v1.2.3-54-g00ecf