--- nfo/php/libs/com.newsblob.phphtmllib/examples/example6.php 2003/01/30 03:29:43 1.1.1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/examples/example6.php 2004/05/06 16:27:17 1.4 @@ -5,7 +5,7 @@ * that phpHtmlLib provides. * * - * $Id: example6.php,v 1.1.1.1 2003/01/30 03:29:43 jonen Exp $ + * $Id: example6.php,v 1.4 2004/05/06 16:27:17 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -18,6 +18,7 @@ * Include the phphtmllib libraries */ include_once("includes.inc"); +include_once($phphtmllib."/widgets/wml/WMLDocumentClass.inc"); //build the wml document object. $wmldoc = new WMLDocumentClass;