From cf1bbcfb0010fc4894c8996df1f57cac77931687 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 26 Jul 2007 12:15:44 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EB=A0=88?= =?UTF-8?q?=EB=B2=A8=20=EC=95=84=EC=9D=B4=EC=BD=98=EC=9D=98=20title?= =?UTF-8?q?=EC=97=90=20point=5Fname=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2035 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/point/point.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/point/point.controller.php b/modules/point/point.controller.php index 87155ec8d..13f753cbe 100644 --- a/modules/point/point.controller.php +++ b/modules/point/point.controller.php @@ -76,7 +76,7 @@ } } - $code = sprintf('<%s title="%s:%s%s, %s:%s/%s" style="cursor:pointer;background:url(%s) no-repeat left;padding-left:%dpx; height:%dpx">%s ', $matches[6], Context::getLang('point'), $point, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $matches[0], $matches[6]); + $code = sprintf('<%s title="%s:%s%s %s, %s:%s/%s" style="cursor:pointer;background:url(%s) no-repeat left;padding-left:%dpx; height:%dpx">%s ', $matches[6], Context::getLang('point'), $point, $this->config->point_name, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $matches[0], $matches[6]); $this->member_code[$member_srl] = $code; return $this->member_code[$member_srl];