From bc72757542116270b7717ffe932bb09b86d7e8a7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 24 Mar 2002 15:04:13 +0000 Subject: [PATCH] templates moved to separate folder --- scripts/cgi-bin/template.html | 5 ----- scripts/{cgi-bin => templates}/eressea.html | 0 scripts/{cgi-bin => templates}/vinyambar.html | 0 3 files changed, 5 deletions(-) delete mode 100644 scripts/cgi-bin/template.html rename scripts/{cgi-bin => templates}/eressea.html (100%) rename scripts/{cgi-bin => templates}/vinyambar.html (100%) diff --git a/scripts/cgi-bin/template.html b/scripts/cgi-bin/template.html deleted file mode 100644 index bfa2481cc..000000000 --- a/scripts/cgi-bin/template.html +++ /dev/null @@ -1,5 +0,0 @@ - -Enno roxxors - - - diff --git a/scripts/cgi-bin/eressea.html b/scripts/templates/eressea.html similarity index 100% rename from scripts/cgi-bin/eressea.html rename to scripts/templates/eressea.html diff --git a/scripts/cgi-bin/vinyambar.html b/scripts/templates/vinyambar.html similarity index 100% rename from scripts/cgi-bin/vinyambar.html rename to scripts/templates/vinyambar.html