mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-19 13:25:36 -04:00
Add messaging system for reporting actions back to the user. Make
module install/uninstall work and tie it into the messaging system.
This commit is contained in:
@@ -84,6 +84,13 @@ class Theme_View_Core extends View {
|
||||
return $this->pagination->render();
|
||||
}
|
||||
|
||||
/**
|
||||
* Print out any messages waiting for this user.
|
||||
*/
|
||||
public function messages() {
|
||||
return message::get();
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle all theme functions that insert module content.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user