this doesn't belong in 2.2

This commit is contained in:
Shish 2008-12-15 15:12:25 -08:00
parent 0ca7583819
commit 34b0b6fe39

View File

@ -1,6 +1,6 @@
<?php <?php
class CustomViewImageTheme extends ViewImageTheme { class CustomViewTheme extends ViewTheme {
public function display_image_not_found($page, $image_id) { public function display_image_not_found($page, $image_id) {
$page->set_title("Image not found"); $page->set_title("Image not found");
$page->set_heading("Image not found"); $page->set_heading("Image not found");