/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/examples/widget8.php
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/examples/widget8.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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 27  $page = new HTMLPageClass("phpHtmlLib Wi Line 27  $page = new HTMLPageClass("phpHtmlLib Wi
27                                                    XHTML_TRANSITIONAL);                                                    XHTML_TRANSITIONAL);
28    
29  //enable output debugging.  //enable output debugging.
30  $page->set_text_debug( $_GET["debug"] );  if (isset($_GET['debug'])) {
31        $page->set_text_debug( TRUE );
32    }
33  //use the default theme  //use the default theme
34  $page->add_css_link( "/phphtmllib/css/defaulttheme.php" );  $page->add_css_link( "/phphtmllib/css/defaulttheme.php" );
35    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed