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

Diff of /nfo/php/libs/com.newsblob.phphtmllib/css/defaulttheme.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jonen, Thu Jan 30 03:29:08 2003 UTC revision 1.2 by jonen, Sat Feb 22 20:55:35 2003 UTC
# Line 7  require_once($phphtmllib."/widgets/inclu Line 7  require_once($phphtmllib."/widgets/inclu
7  //cache this  //cache this
8  Header("Cache-Control: public");  Header("Cache-Control: public");
9    
10  $footer = new FooterNavCSS(TRUE);  print $css_container->render();
 print $footer->render();  
   
 $info = new InfoTableCSS;  
 print $info->render();  
   
 $navtable = new NavTableCSS;  
 print $navtable->render();  
   
 $navcss = new TextCSSNavCSS;  
 print $navcss->render();  
   
 $nav = new VerticalCSSNavTableCSS;  
 print $nav->render();  
   
 $imagethumbnail = new ImageThumbnailWidgetCSS;  
 print $nav->render();  
   
 $activetab = new ActiveTabCSS;  
 print $activetab->render();  
11  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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