mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
fixed show level icon
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9410 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6429e35567
commit
2c9b51d204
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
$title = sprintf('%s:%s%s%s, %s:%s/%s', Context::getLang('point'), $point, $config->point_name, $per?' ('.$per.')':'', Context::getLang('level'), $level, $config->max_level);
|
$title = sprintf('%s:%s%s%s, %s:%s/%s', Context::getLang('point'), $point, $config->point_name, $per?' ('.$per.')':'', Context::getLang('level'), $level, $config->max_level);
|
||||||
$alt = sprintf('[%s:%s]', Context::getLang('level'), $level);
|
$alt = sprintf('[%s:%s]', Context::getLang('level'), $level);
|
||||||
|
|
||||||
// $GLOBALS['_pointLevelIcon'][$member_srl] = sprintf('<img src="%s" alt="%s" title="%s" style="vertical-align:middle; margin-right:3px;" />', $level_icon, $alt, $title);
|
$GLOBALS['_pointLevelIcon'][$member_srl] = sprintf('<img src="%s" alt="%s" title="%s" style="vertical-align:middle; margin-right:3px;" />', $level_icon, $alt, $title);
|
||||||
}
|
}
|
||||||
$text = $GLOBALS['_pointLevelIcon'][$member_srl];
|
$text = $GLOBALS['_pointLevelIcon'][$member_srl];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue