From ce2b69675075444c9e40b72bcdd42ab7edbbe633 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 28 Jan 2011 22:51:06 +0100 Subject: update to CI 2.0 Signed-off-by: Florian Pritz --- application/config/example/doctypes.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 application/config/example/doctypes.php (limited to 'application/config/example/doctypes.php') diff --git a/application/config/example/doctypes.php b/application/config/example/doctypes.php new file mode 100755 index 000000000..f7e1d19a2 --- /dev/null +++ b/application/config/example/doctypes.php @@ -0,0 +1,15 @@ + '', + 'xhtml1-strict' => '', + 'xhtml1-trans' => '', + 'xhtml1-frame' => '', + 'html5' => '', + 'html4-strict' => '', + 'html4-trans' => '', + 'html4-frame' => '' + ); + +/* End of file doctypes.php */ +/* Location: ./application/config/doctypes.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b