--- nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2003/02/27 16:58:31 1.3 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2003/11/14 21:31:40 1.5 @@ -5,7 +5,7 @@ * that live in this dir. * If you add a new widget, you should add it here. * - * $Id: includes.inc,v 1.3 2003/02/27 16:58:31 joko Exp $ + * $Id: includes.inc,v 1.5 2003/11/14 21:31:40 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -24,6 +24,7 @@ include_once($phphtmllib."/widgets/CSSContainer.inc"); include_once($phphtmllib."/widgets/CSSBuilder.inc"); include_once($phphtmllib."/widgets/HTMLPageClass.inc"); +include_once($phphtmllib."/widgets/HTMLRedirectPage.inc"); include_once($phphtmllib."/widgets/PageWidget.inc"); @@ -37,14 +38,11 @@ include_once($phphtmllib."/widgets/TextCSSNav.inc"); include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc"); -include_once($phphtmllib."/widgets/XMLDocumentClass.inc"); -include_once($phphtmllib."/widgets/WMLDocumentClass.inc"); -include_once($phphtmllib."/widgets/SVGDocumentClass.inc"); +include_once($phphtmllib."/widgets/xml/XMLDocumentClass.inc"); +include_once($phphtmllib."/widgets/wml/WMLDocumentClass.inc"); +include_once($phphtmllib."/widgets/svg/SVGDocumentClass.inc"); //not fully baked -include_once($phphtmllib."/widgets/TreeNav.inc"); -include_once($phphtmllib."/widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); -include_once($phphtmllib."/widgets/DHTMLTreeNav.inc"); -include_once($phphtmllib."/widgets/SelectNav.inc"); +//include_once($phphtmllib."/widgets/TreeNav.inc"); ?>