| 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. |
| 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 |