 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Patch
 Patch
| revision 1.2 by jonen, Sat Feb 22 21:07:20 2003 UTC | revision 1.4 by jonen, Thu May 6 16:27:17 2004 UTC | |
|---|---|---|
| # | Line 24 include_once("includes.inc"); | Line 24 include_once("includes.inc"); | 
| 24 | $page = new HTMLPageClass("phpHtmlLib Example 2 - Table example script", | $page = new HTMLPageClass("phpHtmlLib Example 2 - Table example script", | 
| 25 | XHTML_TRANSITIONAL); | XHTML_TRANSITIONAL); | 
| 26 | ||
| 27 | $page->set_text_debug( $_GET["debug"] ); | if (isset($_GET['debug'])) { | 
| 28 | $page->set_text_debug( TRUE ); | |
| 29 | } | |
| 30 | ||
| 31 | ||
| 32 | //build a <style> tag and a little bit | //build a <style> tag and a little bit | 
| 33 | //of local css declarations to spruce up | //of local css declarations to spruce up | 
| 
 | ||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help | 
| Powered by ViewVC 1.1.26 |  |