/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/defines.inc
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/defines.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:08 2003 UTC (21 years, 5 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

1 <?php
2
3 /**
4 * This file holds some global defines used by several
5 * classes of phpHtmlLib.
6 *
7 * $Id: defines.inc,v 1.1 2002/09/25 01:12:34 hemna Exp $
8 *
9 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
10 * @package phpHtmlLib
11 *
12 */
13
14 /**
15 * Some global defines, used by the classes and widgets
16 * to specify what type of output document format to use.
17 *
18 */
19 define("XHTML_TRANSITIONAL", "xhtml_transitional");
20 define("XHTML", "xhtml_transitional");
21 define("XHTML_STRICT", "xhtml_strict");
22 define("XHTML_FRAMESET", "xhtml_frameset");
23 define("HTML", "html");
24
25 /**
26 * Some defines to tell the class what style of
27 * indenting of the output the user wants.
28 */
29 define("INDENT_NICE", 0);
30 define("INDENT_LEFT_JUSTIFY", -1);
31 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed