I have no idea how this bit of code ever worked in the first place o_O
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@835 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
		
							parent
							
								
									c50aa70f57
								
							
						
					
					
						commit
						b9a39189df
					
				@ -271,7 +271,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