Add parameter to CLinkPager

Hi there,

I am looking for an easy way to add a parameter to the links that are being generated by CLinkPager.

All links that are being output for pagination should have a certain parameter, e.g.:


<a href="/controller/action?page=2">2</a>

should be something like:


<a href="/controller/action?page=2&param=value">2</a>

This $param will be the same for all generated links to any page.

Is this possible?

Thank you so much for your time and help

jrn