diff --git a/api/viewerWelcomeSite.php b/api/viewerWelcomeSite.php index a88294f..0366762 100644 --- a/api/viewerWelcomeSite.php +++ b/api/viewerWelcomeSite.php @@ -4,7 +4,7 @@ $HTML = new HTML(); $HTML->setHTMLTitle("Spalsh"); - $HTML->importHTML("style/viewerWelcomeSite/default.html"); + $HTML->importHTML("pages/HTML/viewerWelcomeImages.html"); $IMAGES = array(); if ($handle = opendir('./data/viewerWelcomeImages')) @@ -22,8 +22,6 @@ shuffle($IMAGES); - $HTML->importSeitenInhalt("pages/HTML/viewerWelcomeImages.html"); - $HTML->ReplaceSeitenInhalt("%%JSONIMAGEARRAY%%", json_encode($IMAGES)); $HTML->ReplaceSeitenInhalt("%%GRIDNAME%%", $RUNTIME['GRID']['NAME']); $HTML->ReplaceSeitenInhalt("%%SHOWNEWS%%", $RUNTIME['GRID']['MAIN_NEWS']); diff --git a/style/viewerWelcomeSite/default.html b/style/viewerWelcomeSite/default.html deleted file mode 100644 index 1c54fa8..0000000 --- a/style/viewerWelcomeSite/default.html +++ /dev/null @@ -1 +0,0 @@ -%%EchoInhalt%% \ No newline at end of file diff --git a/style/default/dashboard-admin.html b/templates/dashboard-admin.html similarity index 100% rename from style/default/dashboard-admin.html rename to templates/dashboard-admin.html diff --git a/pages/HTML/dashboard.html b/templates/dashboard-home.html similarity index 100% rename from pages/HTML/dashboard.html rename to templates/dashboard-home.html diff --git a/style/default/dashboard.html b/templates/dashboard.html similarity index 100% rename from style/default/dashboard.html rename to templates/dashboard.html diff --git a/pages/HTML/deine-regionen.html b/templates/deine-regionen.html similarity index 100% rename from pages/HTML/deine-regionen.html rename to templates/deine-regionen.html diff --git a/pages/HTML/identities.html b/templates/identities.html similarity index 100% rename from pages/HTML/identities.html rename to templates/identities.html diff --git a/pages/HTML/invite.html b/templates/invite.html similarity index 100% rename from pages/HTML/invite.html rename to templates/invite.html diff --git a/style/login/login.html b/templates/login.html similarity index 100% rename from style/login/login.html rename to templates/login.html diff --git a/style/mail.html b/templates/mail.html similarity index 100% rename from style/mail.html rename to templates/mail.html diff --git a/pages/HTML/online-anzeige.html b/templates/online-anzeige.html similarity index 100% rename from pages/HTML/online-anzeige.html rename to templates/online-anzeige.html diff --git a/pages/HTML/passwort.html b/templates/passwort.html similarity index 100% rename from pages/HTML/passwort.html rename to templates/passwort.html diff --git a/pages/HTML/profile.html b/templates/profile.html similarity index 100% rename from pages/HTML/profile.html rename to templates/profile.html diff --git a/style/login/register.html b/templates/register.html similarity index 100% rename from style/login/register.html rename to templates/register.html diff --git a/pages/HTML/users.html b/templates/users.html similarity index 100% rename from pages/HTML/users.html rename to templates/users.html diff --git a/pages/HTML/viewerWelcomeImages.html b/templates/viewerWelcomeImages.html similarity index 100% rename from pages/HTML/viewerWelcomeImages.html rename to templates/viewerWelcomeImages.html