mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-07 03:59:12 -04:00
Add site_status() to the regular Theme_View
This commit is contained in:
@@ -85,6 +85,13 @@ class Theme_View_Core extends View {
|
||||
return $this->pagination->render();
|
||||
}
|
||||
|
||||
/**
|
||||
* Print out any site wide status information.
|
||||
*/
|
||||
public function site_status() {
|
||||
return site_status::get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Print out any messages waiting for this user.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user