NobuNobu
nobun****@users*****
2005年 6月 19日 (日) 00:51:11 JST
Index: xoops2jp/html/class/xoopscomments.php diff -u xoops2jp/html/class/xoopscomments.php:1.2 xoops2jp/html/class/xoopscomments.php:1.2.10.1 --- xoops2jp/html/class/xoopscomments.php:1.2 Fri Mar 18 21:51:55 2005 +++ xoops2jp/html/class/xoopscomments.php Sun Jun 19 00:51:10 2005 @@ -1,5 +1,5 @@ <?php -// $Id: xoopscomments.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ +// $Id: xoopscomments.php,v 1.2.10.1 2005/06/18 15:51:10 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -293,12 +293,12 @@ $icq_image = ""; } if ( $poster->getVar("user_aim") != "" ) { - $aim_image = "<a href='aim:goim?screenname=".$poster->getVar("user_aim", "E")."&message=Hi+".$poster->getVar("user_aim")."+Are+you+there?'><img src='".XOOPS_URL."/images/icons/aim.gif' alt='aim' /></a>"; + $aim_image = "<a href='aim:goim?screenname=".$poster->getVar("user_aim", "E")."&message=Hi+".$poster->getVar("user_aim")."+Are+you+there?'><img src='".XOOPS_URL."/images/icons/aim.gif' alt='aim' /></a>"; } else { $aim_image = ""; } if ( $poster->getVar("user_yim") != "" ) { - $yim_image = "<a href='http://edit.yahoo.com/config/send_webmesg?.target=".$poster->getVar("user_yim", "E")."&.src=pg'><img src='".XOOPS_URL."/images/icons/yim.gif' alt='yim' /></a>"; + $yim_image = "<a href='http://edit.yahoo.com/config/send_webmesg?.target=".$poster->getVar("user_yim", "E")."&.src=pg'><img src='".XOOPS_URL."/images/icons/yim.gif' alt='yim' /></a>"; } else { $yim_image = ""; } Index: xoops2jp/html/class/xoopstree.php diff -u xoops2jp/html/class/xoopstree.php:1.2 xoops2jp/html/class/xoopstree.php:1.2.10.1 --- xoops2jp/html/class/xoopstree.php:1.2 Fri Mar 18 21:51:55 2005 +++ xoops2jp/html/class/xoopstree.php Sun Jun 19 00:51:10 2005 @@ -1,5 +1,5 @@ <?php -// $Id: xoopstree.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $ +// $Id: xoopstree.php,v 1.2.10.1 2005/06/18 15:51:10 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -192,7 +192,7 @@ list($parentid,$name) = $this->db->fetchRow($result); $myts =& MyTextSanitizer::getInstance(); $name = $myts->makeTboxData4Show($name); - $path = "<a href='".$funcURL."&".$this->id."=".$sel_id."'>".$name."</a> : ".$path.""; + $path = "<a href='".$funcURL."&".$this->id."=".$sel_id."'>".$name."</a> : ".$path.""; if ( $parentid == 0 ) { return $path; }