開啟 pm_view_ajax.htm
找<div class="postactions" style="margin-top: 12px;">[/xml]
改為
[xml]<div class="postactions" style="margin-top: 12px;">
<ul class="taglist" style="padding: 0px;">
<li>{lang credits_last}: <span {if $credits <= 0} class="warning"{else} class="strong"{/if}>$credits</span></li>
<!--{loop $extcredits $id $credit}-->
<li>
$credit[title]: <span {if $id == $creditstrans} style="font-weight: bold;" {/if} {if $GLOBALS['extcredits'.$id] <= 0} class="warning" {else} class="strong" {/if}>$GLOBALS['extcredits'.$id]</span> $credit[unit]
</li>
<!--{/loop}-->
</ul>
</div>
<div class="postactions">開啟 templates.lang.php
找'credit_exchange' => '換',[/php]
上面加上
[php]'credits_last' => '上次積分', |