0

「合計 14 アイテムからアイテム 1-12」を表示する代わりに、「合計 14 アイテムからアイテム 12」のように表示したい

    <div class="pager clearfix">
    <p class="amount-catalog">
        <?php echo $this->__('Items %s to %s of (%s) total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
    </p>
   how do i change this code to achieve this
4

1 に答える 1