포인트 마켓에서 다운받은 경험치 모듈 사용중입니다. 레이아웃은 xecenter 사용중이고요.

이 부분을 포인트말고 경험치 모듈에서 값을 가져오고 싶은데 어떻게 해야하나요?
해당 부분 소스는
{@ $nextpoint = $config->level_step[$level+1]; $prepoint = $config->level_step[$level]; if($nextpoint != 0) $percent = round(($point-$prepoint)/($nextpoint-$prepoint)*100, 2);}
<a style="font-weight:bold;">{$lang->qc_level}<!--//레벨--> : </a> <a style="font-weight:bold; color:#3064ff;">{$level} </a><!--@if($nextpoint!=0)--> ( <a style="color:#888;">{$percent}%</a> )
<!--@endif-->
<img src="{sprintf('%smodules/point/icons/%s/%d.gif', Context::getRequestUri(), $config->level_icon, $level)}" alt="{$logged_info->nick_name}"/>
<div style="width:90%; height:3px; margin-top:4px; background:#FFA07A;" cond="$nextpoint != ''"><div style="width:{$percent}%; height:3px; background:#b0e94c;"></div></div>
이렇게 되어 있습니다.
댓글 2
https://xetown.com/qna/44737#comment_44763 를 활용해보세요.