Bug 20173: Clean up koha-tmpl directory
authorDavid Cook <dcook@prosentient.com.au>
Mon, 12 Feb 2018 02:44:50 +0000 (13:44 +1100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 19 Mar 2018 16:55:46 +0000 (13:55 -0300)
This patch removes some HTML and ico files that are no longer
used in Koha.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/favicon.ico [deleted file]
koha-tmpl/index.html [deleted file]
koha-tmpl/intranet.html [deleted file]
koha-tmpl/opac.html [deleted file]

diff --git a/koha-tmpl/favicon.ico b/koha-tmpl/favicon.ico
deleted file mode 100644 (file)
index 586bd55..0000000
Binary files a/koha-tmpl/favicon.ico and /dev/null differ
diff --git a/koha-tmpl/index.html b/koha-tmpl/index.html
deleted file mode 100644 (file)
index 5194d5b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-<body>
-<a href="intranet.html">Intranet</a>
-<a href="opac.html">OPAC</a>
-</body>
-</html>
\ No newline at end of file
diff --git a/koha-tmpl/intranet.html b/koha-tmpl/intranet.html
deleted file mode 100644 (file)
index 547e150..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
-</head>
-<body bgcolor=white>
-<table border=0 width=100% height=100%>
-<tr><td align=center valign=center>
-WELCOME TO KOHA
-</td></tr>
-</table>
-</body>
-</html>
diff --git a/koha-tmpl/opac.html b/koha-tmpl/opac.html
deleted file mode 100644 (file)
index 61015e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/opac-main.pl">
-</head>
-<body bgcolor=white>
-<table border=0 width="100%" height="100%">
-<tr><td align=center valign=center>
-WELCOME TO KOHA</td></tr>
-</table>
-</body>
-</html>