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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jan 30 03:29:41 2003 UTC (21 years, 5 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

1 jonen 1.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