phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wcm index.php,1.1.1.1,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm index.php,1.1.1.1,1.2
Date: Fri, 08 Feb 2002 10:23:13 -0500

Update of /cvsroot/phpgroupware/wcm
In directory subversions:/tmp/cvs-serv17353

Modified Files:
        index.php 
Log Message:
Add a mock page preview function;  Need to now work on actually building the
page



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.php   3 Feb 2002 15:16:01 -0000       1.1.1.1
--- index.php   8 Feb 2002 15:23:10 -0000       1.2
***************
*** 24,27 ****
        $obj->index();
  
!       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 24,30 ----
        $obj->index();
  
!       if(!$GLOBALS['phpgw_info']['flags']['nofooter'])
!       {
!               $GLOBALS['phpgw']->common->phpgw_footer();
!       }
  ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]