From 7786bb09d32570d9be33727a3fe4fb460fcceeaf Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 5 Mar 2009 00:32:33 +0000 Subject: Implement a Maintenance mode as per ticket: #15 --- core/controllers/maintenance.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 core/controllers/maintenance.php (limited to 'core/controllers') diff --git a/core/controllers/maintenance.php b/core/controllers/maintenance.php new file mode 100644 index 00000000..908e90b5 --- /dev/null +++ b/core/controllers/maintenance.php @@ -0,0 +1,30 @@ +title = t("%title Unavailable", array("title" => $album->title)); + $v->content = t("%title is currently unavailable as it is undergoing maintenance", + array("title" => $album->title)); + + print $v; + } +} \ No newline at end of file -- cgit v1.2.3