Jaxel
Well-known member
I have a link as follows:
I would like to add something to the
Code:
<a href="{{ link('ewr-torneo/events', $league, $params) }}">
I would like to add something to the
$params
in the template. Is such a thing possible? Something like:
Code:
<a href="{{ link('ewr-torneo/events', $league, $params+{'sort':'value'}) }}">