Hello,
I’m working on a Freelancer license of 2.1.3 build 20101220.
I’m trying to modify the way the pagination links display, but I’m having a little bit of trouble.
When I edit the variables in system/codeigniter/system/libraries/Pagination.php, I can successfully modify var $next_link and var $prev_link... but no matter how I change var $first_link or var $last_link, nothing changes. The first and last link always appear as < First and Last >, even if I change it to something crazy like PLEASE CHANGE!
Is this a problem with the coding, or am I modifying the wrong variables? I don’t know enough about hard code to feel safe playing with anything beyond variables. :-(
Any help would be appreciated.
Thanks!