phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.14,1.15


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.html.inc.php,1.14,1.15
Date: Thu, 17 Oct 2002 18:07:27 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv3034

Modified Files:
        class.html.inc.php 
Log Message:
image shows title if image is not found


Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.html.inc.php  14 Oct 2002 00:36:36 -0000      1.14
--- class.html.inc.php  17 Oct 2002 22:07:00 -0000      1.15
***************
*** 265,268 ****
--- 265,272 ----
                        $path = $name;          // name may already contain 
absolut path
                }
+               if (address@hidden($GLOBALS['DOCUMENT_ROOT'] . $path))
+               {
+                       return $title;
+               }
                if ($title)
                {





reply via email to

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