Parent Directory | Revision Log | Patch
revision 1.1.1.1 by jonen, Thu Jan 30 03:29:42 2003 UTC | revision 1.4 by jonen, Thu May 6 16:27:17 2004 UTC | |
---|---|---|
# | Line 25 $page = new HTMLPageClass("phpHtmlLib Wi | Line 25 $page = new HTMLPageClass("phpHtmlLib Wi |
25 | XHTML_TRANSITIONAL); | XHTML_TRANSITIONAL); |
26 | ||
27 | //enable output debugging. | //enable output debugging. |
28 | $page->set_text_debug( $_GET["debug"] ); | if (isset($_GET['debug'])) { |
29 | $page->set_text_debug( TRUE ); | |
30 | } | |
31 | ||
32 | //add the css | //add the css |
33 | $page->add_css_link( "/phphtmllib/css/defaulttheme.php" ); | $page->add_css_link( "/phphtmllib/css/defaulttheme.php" ); |
|
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |