mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
english comments added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
693e215bc1
commit
4d272994dd
219 changed files with 6407 additions and 8705 deletions
|
|
@ -4,12 +4,11 @@
|
|||
/**
|
||||
* @file point.addon.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 포인트 레벨 아이콘 표시 애드온
|
||||
* @brief Icon-on-point level
|
||||
*
|
||||
* 포인트 시스템 사용중일때 사용자 이름 앞에 포인트 레벨 아이콘을 표시합니다.
|
||||
* Display point level icon before user name when point system is enabled.
|
||||
**/
|
||||
|
||||
// before_display_content 가 아니면 return
|
||||
// return unless before_display_content
|
||||
if($called_position != "before_display_content" || Context::get('act')=='dispPageAdminContentModify') return;
|
||||
|
||||
require_once('./addons/point_level_icon/point_level_icon.lib.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue