Hello, I'm using cake 1.2 and implemented pagination. It works like a charm and was very (!) easy to implement. There is only one very small thing I can't solve. The default title for the prev and next functions ($paginator->next() and $paginator->prev()) is "<< Prev" and "Next >>". I want to change this to Dutch and use the character « and ». The translating is no problem, but the special characters are. To change the default title I use $paginator->next($title = "« Volgende"). The problem is that cake translates the « to &laquo;.
Does anybody know how to solve this without tweaking the source? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
