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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jonen, Sat Feb 22 20:55:24 2003 UTC revision 1.3 by jonen, Thu May 6 12:58:02 2004 UTC
# Line 22  define("XHTML_STRICT", "xhtml_strict"); Line 22  define("XHTML_STRICT", "xhtml_strict");
22  define("XHTML_FRAMESET", "xhtml_frameset");  define("XHTML_FRAMESET", "xhtml_frameset");
23  define("HTML", "html");  define("HTML", "html");
24    
25    /**
26     * set the default render type for
27     * html tags
28     */
29    $GLOBALS["HTML_RENDER_TYPE"] = HTML;
30    
31  /**  /**
32   * Some defines to tell the class what style of   * Some defines to tell the class what style of
33   * indenting of the output the user wants.   * indenting of the output the user wants.
# Line 34  define("INDENT_LEFT_JUSTIFY", -1); Line 40  define("INDENT_LEFT_JUSTIFY", -1);
40   * some nice globals   * some nice globals
41   */   */
42  define( "_HTML_SPACE", " ");  define( "_HTML_SPACE", " ");
43    define( "_HTML_MDASH", "—");
44    
45  /**  /**
46   * Some global defines for the tag classes   * Some global defines for the tag classes

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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