From d3fc76fcaf392dfaf0d72f4828a3e43a741af5d0 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 2 Nov 2008 19:23:46 +0000 Subject: Added a doctype() function to the HTML helper. --- system/application/config/doctypes.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 system/application/config/doctypes.php (limited to 'system/application') diff --git a/system/application/config/doctypes.php b/system/application/config/doctypes.php new file mode 100644 index 000000000..9d510abca --- /dev/null +++ b/system/application/config/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