--- nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2003/11/14 21:31:40 1.5 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2004/05/06 16:27:42 1.6 @@ -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.5 2003/11/14 21:31:40 jonen Exp $ + * $Id: includes.inc,v 1.6 2004/05/06 16:27:42 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -29,11 +29,16 @@ include_once($phphtmllib."/widgets/ActiveTab.inc"); +include_once($phphtmllib."/widgets/ButtonPanel.inc"); +include_once($phphtmllib."/widgets/DialogWidget.inc"); include_once($phphtmllib."/widgets/FooterNav.inc"); include_once($phphtmllib."/widgets/InfoTable.inc"); include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc"); +include_once($phphtmllib."/widgets/MessageBoxWidget.inc"); include_once($phphtmllib."/widgets/NavTable.inc"); include_once($phphtmllib."/widgets/RoundTitleTable.inc"); +include_once($phphtmllib."/widgets/StandardDialogWidget.inc"); +include_once($phphtmllib."/widgets/TabWidget.inc"); include_once($phphtmllib."/widgets/TextNav.inc"); include_once($phphtmllib."/widgets/TextCSSNav.inc"); include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc");