--- nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2003/01/30 03:29:44 1.1 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc 2003/02/22 21:08:24 1.2 @@ -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.1 2003/01/30 03:29:44 jonen Exp $ + * $Id: includes.inc,v 1.2 2003/02/22 21:08:24 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -21,6 +21,7 @@ */ include_once($phphtmllib."/widgets/BaseWidget.inc"); include_once($phphtmllib."/widgets/ContainerWidget.inc"); +include_once($phphtmllib."/widgets/CSSContainer.inc"); include_once($phphtmllib."/widgets/CSSBuilder.inc"); include_once($phphtmllib."/widgets/HTMLPageClass.inc"); include_once($phphtmllib."/widgets/PageWidget.inc"); @@ -31,6 +32,7 @@ include_once($phphtmllib."/widgets/InfoTable.inc"); include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc"); include_once($phphtmllib."/widgets/NavTable.inc"); +include_once($phphtmllib."/widgets/RoundTitleTable.inc"); include_once($phphtmllib."/widgets/TextNav.inc"); include_once($phphtmllib."/widgets/TextCSSNav.inc"); include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc");