From b94f12200a6c36ae9f7075d6f4b72e0b62114c7b Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 12 Jan 2015 15:59:13 +0000 Subject: [PATCH] Use mkws-widget-wikipedia.css instead of mkws-widget-reference.css Yet another part of MKWS-349. --- tools/htdocs/external/koha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/htdocs/external/koha/Makefile b/tools/htdocs/external/koha/Makefile index 00edde1..0b3724c 100644 --- a/tools/htdocs/external/koha/Makefile +++ b/tools/htdocs/external/koha/Makefile @@ -3,7 +3,7 @@ # this makefile will generate CSS files for Koha MKWS widgets E_DIR= ../../../../examples/htdocs -COMPONENTS = ${E_DIR}/mkws-widget-reference.css koha-mkws-widget-ru.css +COMPONENTS = ${E_DIR}/mkws-widget-wikipedia.css koha-mkws-widget-ru.css KOHA_CSS = koha-mkws.css KOHA_COMPLETE_CSS = koha-mkws-complete.css -- 1.7.10.4