# HG changeset patch # User Markus Bröker # Date 1447362074 -3600 # Node ID d9298ea00d20398356b98db288e5220544a26579 # Parent 396b6d2e0466a961cc84e0f1230080735d9abc55 Templates nutzen die neue MVC-Struktur diff --git a/templates/benutzerverwaltungs/abmelden.tpl b/templates/benutzerverwaltung/abmelden.tpl rename from templates/benutzerverwaltungs/abmelden.tpl rename to templates/benutzerverwaltung/abmelden.tpl diff --git a/templates/benutzerverwaltungs/anmelden.tpl b/templates/benutzerverwaltung/anmelden.tpl rename from templates/benutzerverwaltungs/anmelden.tpl rename to templates/benutzerverwaltung/anmelden.tpl diff --git a/templates/benutzerverwaltungs/benutzerverwaltung.tpl b/templates/benutzerverwaltung/index.tpl rename from templates/benutzerverwaltungs/benutzerverwaltung.tpl rename to templates/benutzerverwaltung/index.tpl diff --git a/templates/benutzerverwaltungs/meinprofil.tpl b/templates/benutzerverwaltung/meinprofil.tpl rename from templates/benutzerverwaltungs/meinprofil.tpl rename to templates/benutzerverwaltung/meinprofil.tpl diff --git a/templates/benutzerverwaltungs/registrieren.tpl b/templates/benutzerverwaltung/registrieren.tpl rename from templates/benutzerverwaltungs/registrieren.tpl rename to templates/benutzerverwaltung/registrieren.tpl diff --git a/templates/benutzerverwaltungs/resetpasswort.tpl b/templates/benutzerverwaltung/resetpasswort.tpl rename from templates/benutzerverwaltungs/resetpasswort.tpl rename to templates/benutzerverwaltung/resetpasswort.tpl diff --git a/templates/error/error.tpl b/templates/error/index.tpl rename from templates/error/error.tpl rename to templates/error/index.tpl diff --git a/templates/header.tpl b/templates/header.tpl --- a/templates/header.tpl +++ b/templates/header.tpl @@ -28,11 +28,11 @@ diff --git a/templates/history/historie.tpl b/templates/history/index.tpl rename from templates/history/historie.tpl rename to templates/history/index.tpl diff --git a/templates/home/home.tpl b/templates/home/index.tpl rename from templates/home/home.tpl rename to templates/home/index.tpl --- a/templates/home/home.tpl +++ b/templates/home/index.tpl @@ -1,17 +1,15 @@
-
-

- {html_entity_decode($text->getHeadline())} -

+

+ {html_entity_decode($text->getHeadline())} +

-
+
-

- {html_entity_decode($text->getText())} -

-
+

+ {html_entity_decode($text->getText())} +

diff --git a/templates/layout.tpl b/templates/layout.tpl --- a/templates/layout.tpl +++ b/templates/layout.tpl @@ -18,7 +18,7 @@
{include file="header.tpl"}
- {include file="{$page}.tpl"} + {include file="{$action}.tpl"}