/[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.3 - (show annotations)
Thu May 6 16:23:44 2004 UTC (20 years, 2 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -0 lines
 updated all to v2.4.1 - Apr 01, 2004

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 $css_container->add( new ButtonPanelCSS );
27 $css_container->add( new TabListCSS );
28 ?>

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