From c1a1180d1f43a430b38450cb0b64bcd74487b4ae Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 10 Sep 2018 17:22:05 +0200 Subject: Moved frontend, templates and lang to resources --- templates/layouts/app.twig | 74 -------------------------------------- templates/layouts/maintenance.html | 71 ------------------------------------ 2 files changed, 145 deletions(-) delete mode 100644 templates/layouts/app.twig delete mode 100644 templates/layouts/maintenance.html (limited to 'templates/layouts') diff --git a/templates/layouts/app.twig b/templates/layouts/app.twig deleted file mode 100644 index aa45484d..00000000 --- a/templates/layouts/app.twig +++ /dev/null @@ -1,74 +0,0 @@ -{% set theme = user.color|default(config('theme')) %} - - - - {% block head %} - {% block title %}{{ title }}{% endblock %} - Engelsystem - - - - - - - - {% if atom_feed -%} - - {% endif %} - - {% endblock %} - - - -{% block body %} - - -
-
{% block content %}{{ content|raw }}{% endblock %}
- -
-{% endblock %} - - - diff --git a/templates/layouts/maintenance.html b/templates/layouts/maintenance.html deleted file mode 100644 index f7ab5772..00000000 --- a/templates/layouts/maintenance.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - Maintenance - Engelsystem - - - - - - - -
-
-
-
-

- - - -

-
-

- The ENGELSYSTEM is in maintenance mode. -

-

This may be due to...

-

- ...archangels closing the gates of heaven.
- ...somebody's stolen the power chord and now the battery is empty.
- ...DHCP decided to give me another ip address. -

-
-
- -
-
-
-
- -
- - -- cgit v1.2.3-54-g00ecf