Subversion Repositories SmartDukaan

Rev

Rev 20478 | Rev 20483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20478 Rev 20482
Line 92... Line 92...
92
                ));
92
                ));
93
                ?>  
93
                ?>  
94
            </p>
94
            </p>
95
            <div class="paging">
95
            <div class="paging">
96
            <?php
96
            <?php
97
                echo $this->Paginator->prev('< ' . __('previous'), array(), null, array('class' => 'prev disabled'));
97
                //echo $this->Paginator->prev('< ' . __('previous'), array(), null, array('class' => 'prev disabled'));
98
                echo $this->Paginator->numbers(array('separator' => ''));
98
                //echo $this->Paginator->numbers(array('separator' => ''));
99
                echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));
99
                //echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));
100
            ?>
100
            ?>
101
            </div>
101
            </div>
102
            <?php endif;?>
102
            <?php endif;?>
103
        </div>      
103
        </div>      
104
    </div>
104
    </div>