phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.11,1.12


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.11,1.12
Date: Sun, 24 Feb 2002 23:04:02 -0500

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

Modified Files:
        class.bosite.inc.php 
Log Message:
Template tricks to hide php code in preview (non-NS browsers...)



Index: class.bosite.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.bosite.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** class.bosite.inc.php        25 Feb 2002 03:28:01 -0000      1.11
--- class.bosite.inc.php        25 Feb 2002 04:03:59 -0000      1.12
***************
*** 244,247 ****
--- 244,248 ----
                        $tpl->set_block('frame','bottom_start','bottom_start');
                        $tpl->set_block('frame','bottom_end','bottom_end');
+                       $tpl->set_block('frame','php_code','php_code');
  
                        while(list(,$page) = each($this->site['site_pages']))
***************
*** 335,338 ****
--- 336,340 ----
                                /* end of page body */
                                $out .= $tpl->fp('out','framing_table_end');
+                               $out .= $tpl->fp('out','php_code');
  
                                /* add our expiration source code (coming soon) 
*/




reply via email to

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