From 6a3af7900f4ddffc757b2ae2fa0b2488aeb2561f Mon Sep 17 00:00:00 2001
From: David Cook <dcook@prosentient.com.au>
Date: Mon, 12 Feb 2018 13:44:50 +1100
Subject: [PATCH] Bug 20173: Clean up koha-tmpl directory

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>
---
 koha-tmpl/favicon.ico   | Bin 1406 -> 0 bytes
 koha-tmpl/index.html    |   6 ------
 koha-tmpl/intranet.html |  12 ------------
 koha-tmpl/opac.html     |  11 -----------
 4 files changed, 29 deletions(-)
 delete mode 100644 koha-tmpl/favicon.ico
 delete mode 100644 koha-tmpl/index.html
 delete mode 100644 koha-tmpl/intranet.html
 delete mode 100644 koha-tmpl/opac.html

diff --git a/koha-tmpl/favicon.ico b/koha-tmpl/favicon.ico
deleted file mode 100644
index 586bd559d9cd6d67a69a1e0f5b96cc7a1b95ca46..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1406
zcmeH`J&#gB6o#Mcdf62fk=5&>a$VQ2tDr8dvVLy@KZ1gW4ht&6KOlqvJ&84;0ct8b
zLT5stAc2AcC`f4dNFYGM^)3Qon{DjOzLPUK&zUos%sUwnv|%)&&3pV5K>`#lv=WC}
zoYybY$?souyIp)fAHiUd;c&=cFu-cH5{X2Z&*v-_3!>2|Hk*xHF2`&(V=|dAolXgd
z!?@jUMxzm}R*O_BMKYPB)9GNh+i5nN`2BuFQN&;{P%f9z>2zc=8H&Xsi9~{YK2N1m
zp-?Cg2n1-i+l<F!yk0M6vl)xULa9`u-|rKP#R!E$I2;bD)hZ^FiCV3OAP6)X4YJuR
zilWf#^>DddNRoss%cRq3JRT46c$|8@j??M9%$BRQD+m5-2UJx(|1%e*6}Kb^8hrb%
z*Z(*;+t<=1?>J9SKYjl4b<M~2W5>w{_2Zgt^4oXsjT)``Un#HOSeN*Bzy3KdUT(2!
zk)IqsJ$kn8S05Zm=7*0SZ`gR(w14luv|;_tTenrioeitH-Mt$ct<F=g?QmV(;$^zx
Li?<d2^@0BY<gf51

diff --git a/koha-tmpl/index.html b/koha-tmpl/index.html
deleted file mode 100644
index 5194d5b..0000000
--- a/koha-tmpl/index.html
+++ /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
index 547e150..0000000
--- a/koha-tmpl/intranet.html
+++ /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
index 61015e1..0000000
--- a/koha-tmpl/opac.html
+++ /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>
-- 
2.1.4