Pagination.tpl

If anyone is looking for a jump to last page in the pagination

Just add the following around line 49 in

/desgign/themes/YOUR_THEME/templates/common/pagination.tpl

 {if $pg != $pagination.current_page}
        Last
                {/if}

**

/design/themes/YOUR_THEME/templates/common/pagination.tpl

**