[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Apr 11 17:27:13 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/04/11 15:27:13

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: doc-head-open.inc 

Log message:
	Putting template encoding options into the right include file (opac-top.inc is obsolete in npl templates)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-open.inc.diff?only_with_tag=rel_2_2&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-open.inc
diff -u /dev/null koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-open.inc:1.1.2.1
--- /dev/null	Tue Apr 11 15:27:13 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-open.inc	Tue Apr 11 15:27:12 2006
@@ -0,0 +1,6 @@
+<!-- TMPL_IF NAME="TemplateEncoding --><?xml version="1.0" encoding="<!-- TMPL_VAR NAME='TemplateEncoding' -->"?><!-- TMPL_ELSE --><?xml version="1.0" encoding="utf-8"?><!-- /TMPL_IF -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>
\ No newline at end of file





More information about the Koha-cvs mailing list