post/view?search -> post/view#search for better caching
This commit is contained in:
		
							parent
							
								
									60e6f9b3da
								
							
						
					
					
						commit
						011e23b2fc
					
				@ -50,7 +50,7 @@ EOD;
 | 
			
		||||
		$page->add_block(new Block("Navigation", $nav, "left", 0));
 | 
			
		||||
		if(count($images) > 0) {
 | 
			
		||||
			if($query) {
 | 
			
		||||
				$page->add_block(new Block("Images", $this->build_table($images, "search=$query"), "main", 10));
 | 
			
		||||
				$page->add_block(new Block("Images", $this->build_table($images, "#search=$query"), "main", 10));
 | 
			
		||||
				$this->display_paginator($page, "post/list/$query", null, $this->page_number, $this->total_pages);
 | 
			
		||||
			}
 | 
			
		||||
			else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user