same weird non-bug
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.2@838 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
		
							parent
							
								
									457d5d8ad9
								
							
						
					
					
						commit
						24a35c37ea
					
				@ -164,7 +164,7 @@ class ImageIO extends Extension {
 | 
				
			|||||||
		else {
 | 
							else {
 | 
				
			||||||
			$page->set_title("Not Found");
 | 
								$page->set_title("Not Found");
 | 
				
			||||||
			$page->set_heading("Not Found");
 | 
								$page->set_heading("Not Found");
 | 
				
			||||||
			$page->add_block(new Block("Navigation", "<a href='".index."'>Index</a>", "left", 0));
 | 
								$page->add_block(new Block("Navigation", "<a href='".make_link()."'>Index</a>", "left", 0));
 | 
				
			||||||
			$page->add_block(new Block("Image not in database",
 | 
								$page->add_block(new Block("Image not in database",
 | 
				
			||||||
					"The requested image was not found in the database"));
 | 
										"The requested image was not found in the database"));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user