mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
포인트 레벨 아이콘의 title에 point_name 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2035 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f62ca88385
commit
cf1bbcfb00
1 changed files with 1 additions and 1 deletions
|
|
@ -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</%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</%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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue