I was wondering if anyone knows a relatively simple and elegant way to do right-to-left pagination links (instead of the normal left-to-right)?
That is, You would see the pagination links output as being something like:
<< Last page < 4 3 2 1
I’m creating a gallery for a manga artist and some of the comics must be read in the Japanese way, from right to left. Unfortunately I’m not a programmer so creating my own extension/plugin etc is not feasible at the moment.