From fcee7d752f8310aabb76463d61960752ea9ab500 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Oct 2018 23:49:07 +0200 Subject: [PATCH] Templates cleanup --- .../views}/emails/mail.twig | 0 templates/layouts/parts/footer.twig | 36 --------- templates/layouts/parts/navbar.twig | 74 ------------------- 3 files changed, 110 deletions(-) rename {templates => resources/views}/emails/mail.twig (100%) delete mode 100644 templates/layouts/parts/footer.twig delete mode 100644 templates/layouts/parts/navbar.twig diff --git a/templates/emails/mail.twig b/resources/views/emails/mail.twig similarity index 100% rename from templates/emails/mail.twig rename to resources/views/emails/mail.twig 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 %} - -