--- 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/04/18 13:52:05 1.4
@@ -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.4 2003/04/18 13:52:05 joko Exp $
*
* @author Walter A. Boring IV
* @package phpHtmlLib
@@ -43,8 +43,12 @@
//not fully baked
include_once($phphtmllib."/widgets/TreeNav.inc");
+
+// some cookin' - moved to org.netfrag.patches/phphtmllib
+/*
include_once($phphtmllib."/widgets/TreeNav_PearHtmlTreeMenuBridge.inc");
include_once($phphtmllib."/widgets/DHTMLTreeNav.inc");
include_once($phphtmllib."/widgets/SelectNav.inc");
+*/
?>