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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Thu May 6 16:27:34 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 currently supported
5 * tag classes.
6 *
7 * $Id: includes.inc,v 1.5 2002/11/07 01:26:24 hemna Exp $
8 *
9 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
10 * @package phpHtmlLib
11 */
12
13 /**
14 * include all the HTML/XHTML tags
15 */
16 include_once("$phphtmllib/tag_classes/ALLTAGS.inc");
17
18 /**
19 * include all the XML tags used by HTML
20 */
21 include_once("$phphtmllib/tag_classes/XMLTAGS.inc");
22
23 /**
24 * include all the WML specific tags
25 */
26 include_once("$phphtmllib/tag_classes/WMLTAGS.inc");
27
28 /**
29 * include all the SVG specific tags
30 */
31 include_once("$phphtmllib/tag_classes/SVGTAGS.inc");
32 ?>

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