Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by jonen, Sat Feb 22 21:07:21 2003 UTC | revision 1.3 by jonen, Sat Sep 20 00:20:55 2003 UTC | |
|---|---|---|
| # | Line 26 $page = new HTMLPageClass("phpHtmlLib Wi | Line 26 $page = new HTMLPageClass("phpHtmlLib Wi |
| 26 | XHTML_TRANSITIONAL); | XHTML_TRANSITIONAL); |
| 27 | ||
| 28 | //enable output debugging. | //enable output debugging. |
| 29 | $page->set_text_debug( $_GET["debug"] ); | if (isset($_GET['debug'])) { |
| 30 | $page->set_text_debug( TRUE ); | |
| 31 | } | |
| 32 | ||
| 33 | ||
| 34 | //add the css link to the default theme which will | //add the css link to the default theme which will |
| 35 | //automatically generate the css classes used | //automatically generate the css classes used |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |