--- nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2003/02/25 03:48:43 1.3 +++ nfo/php/libs/com.newsblob.phphtmllib/includes.inc 2004/05/06 16:23:38 1.4 @@ -6,7 +6,7 @@ * the base path on the filesystem where the php html libs * live. * - * $Id: includes.inc,v 1.3 2003/02/25 03:48:43 jonen Exp $ + * $Id: includes.inc,v 1.4 2004/05/06 16:23:38 jonen Exp $ * * @author Walter A. Boring IV * @package phpHtmlLib @@ -51,12 +51,12 @@ include_once($phphtmllib."/widgets/includes.inc"); /** - * include all form classes - */ -include_once($phphtmllib."/form/includes.inc"); - -/** * Get the version #string and the version functions */ include_once($phphtmllib."/version.inc"); + +/** + * include all form classes + */ +include_once($phphtmllib."/form/includes.inc"); ?>