phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.ui.inc.php,1.2,1.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.ui.inc.php,1.2,1.3
Date: Thu, 29 Aug 2002 19:51:31 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc
In directory subversions:/tmp/cvs-serv18110/inc

Modified Files:
        class.ui.inc.php 
Log Message:
misc. edits


Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.ui.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.ui.inc.php    29 Aug 2002 06:15:00 -0000      1.2
--- class.ui.inc.php    29 Aug 2002 23:51:28 -0000      1.3
***************
*** 71,75 ****
                        echo "<h1>" . $this->bo->get_title() . "</h1>";
                        echo "<h3>" . $this->bo->get_subtitle() . "</h3>";
!                       echo parse_theme_vars($this->bo->get_content());
                        echo CloseTable();
                        themefooter();
--- 71,75 ----
                        echo "<h1>" . $this->bo->get_title() . "</h1>";
                        echo "<h3>" . $this->bo->get_subtitle() . "</h3>";
!                       echo 
"<p>".parse_theme_vars($this->bo->get_content())."</p>";
                        echo CloseTable();
                        themefooter();





reply via email to

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