/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/tag_utils/includes.inc
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/tag_utils/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu May 6 16:27:37 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
 updated all to v2.4.1 - Apr 01, 2004

1 <?php
2
3 /**
4 * this file includes all of the utility function files.
5 * these files define utility functions that help
6 * the creation of the tag objects.
7 *
8 * $Id: includes.inc,v 1.7 2002/11/07 01:27:56 hemna Exp $
9 *
10 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
11 * @package phpHtmlLib
12 *
13 */
14
15 /**
16 * do the includes
17 */
18 include_once( $phphtmllib."/tag_utils/divtag_utils.inc");
19 include_once( $phphtmllib."/tag_utils/font_utils.inc");
20 include_once( $phphtmllib."/tag_utils/form_utils.inc");
21 include_once( $phphtmllib."/tag_utils/frame_utils.inc");
22 include_once( $phphtmllib."/tag_utils/html_utils.inc");
23 include_once( $phphtmllib."/tag_utils/misc_utils.inc");
24
25 //include the xml stuff
26 include_once( $phphtmllib."/tag_utils/xml_utils.inc");
27 include_once( $phphtmllib."/tag_utils/wml_utils.inc");
28 include_once( $phphtmllib."/tag_utils/svg_utils.inc");
29
30 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed