Parent Directory | Revision Log | Patch
revision 1.2 by jonen, Sat Feb 22 21:07:23 2003 UTC | revision 1.3 by jonen, Sat Sep 20 00:20:55 2003 UTC | |
---|---|---|
# | Line 190 $page = new HTMLPageClass("phpHtmlLib Wi | Line 190 $page = new HTMLPageClass("phpHtmlLib Wi |
190 | XHTML_TRANSITIONAL); | XHTML_TRANSITIONAL); |
191 | ||
192 | //enable output debugging. | //enable output debugging. |
193 | $page->set_text_debug( $_GET["debug"] ); | if (isset($_GET['debug'])) { |
194 | $page->set_text_debug( TRUE ); | |
195 | } | |
196 | ||
197 | //add the css | //add the css |
198 | $page->add_head_css( new DefaultGUIDataListCSS ); | $page->add_head_css( new DefaultGUIDataListCSS ); |
|
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 |