/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/css/css_container.inc
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/css/css_container.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Sep 24 13:12:33 2003 UTC (20 years, 9 months ago) by jonen
Branch: MAIN
Changes since 1.1: +1 -0 lines
+ updated whole phphtmllib to v2.3.0

1 <?php
2 /**
3 * This file builds the CSSContainer object
4 * that will hold all of the CSSBuilder objects
5 * for all of the phpHtmlLib widgets.
6 *
7 * This enables you to create themes for you
8 * own websites.
9 *
10 * @author Walter A. Boring IV <waboring@buildabetterweb.com>
11 * @package phpHtmlLib
12 *
13 * @copyright LGPL - See LICENCE
14 *
15 */
16 $css_container = new CSSContainer;
17 $css_container->add( new FooterNavCSS(TRUE) );
18 $css_container->add( new InfoTableCSS );
19 $css_container->add( new NavTableCSS );
20 $css_container->add( new TextCSSNavCSS );
21 $css_container->add( new TextNavCSS );
22 $css_container->add( new VerticalCSSNavTableCSS );
23 $css_container->add( new ImageThumbnailWidgetCSS );
24 $css_container->add( new ActiveTabCSS );
25 $css_container->add( new RoundTitleTableCSS );
26 ?>

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