En el manual viene
http://codeigniter.com/user_guide/li...agination.html
debes usar:
Código PHP:
Ver originalCustomizing the First
Link$config['first_link'] = 'First';
The text you would like shown in the
"first" link on the left
. If you
do not want this
link rendered
, you can set its value to
FALSE.$config['first_tag_open'] = '<div>';
The opening tag
for the
"first" link.$config['first_tag_close'] = '</div>';
The closing tag
for the
"first" link.
ahi también viene para el Last