Monday 10 October 2005 2:31:40 am
Use mine and Sebastiaan suggestion together. /products/(kind)/0/ In TPL use {$view_parameters.kind}, this will display value of variable "kind". When you will pass $view_parameters to navigator module. You will have something like /products/(kind)/0/(offset)/8.
If you still want to use ?kind= then you can try to use concat() function. Something like
view_parameters=concat( $view_parameters.offset, "?kind=", ezhttp( 'kind', 'get' ) )
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|