| 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 | //add the css link to the default theme which will | //add the css link to the default theme which will | 
| 34 | //automatically generate the css classes used | //automatically generate the css classes used | 
| 35 | //by the Navtable widget, as well as the other widgets. | //by the Navtable widget, as well as the other widgets. | 
| 36 | $page->add_css_link( "/css/defaulttheme.php" ); | $page->add_css_link( "/phphtmllib/css/defaulttheme.php" ); | 
| 37 | $page->add_css_link( "/css/fonts.css" ); | $page->add_css_link( "/css/fonts.css" ); | 
| 38 |  |  | 
| 39 |  |  |