grantus
Active member
I have my routing set up like this:
	
	
	
		
And in my template for pagination I put for the link:
("$cat_params" is the "cat" in the route format)
	
	
	
		
But when I look at the pagination results it shows this:
("test" is my category):
	
	
	
		
Why isn't it showing the pagination after my $cat_params?
				
			
		Code:
	
	Route prefix: archives
Sub-name: cat
Route format: cat/:str<cat>/:page
	And in my template for pagination I put for the link:
("$cat_params" is the "cat" in the route format)
		Code:
	
	link="archives/cat/{$cat_params}
	But when I look at the pagination results it shows this:
("test" is my category):
		Code:
	
	archives/cat/page-2/test
	Why isn't it showing the pagination after my $cat_params?