Minor cosmetic updates, added label/bool for other themes
This commit is contained in:
@@ -74,16 +74,15 @@ abstract class lnApp_SystemMessage extends HTMLRender {
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render all of these items
|
||||
*/
|
||||
public function render_all() {
|
||||
/**
|
||||
* Render all of these items
|
||||
*/
|
||||
public function render_all() {
|
||||
// Reload our message from the session
|
||||
if ($msgs = Session::instance()->get_once('sessionmsgs'))
|
||||
static::$_data = $msgs;
|
||||
|
||||
return parent::render_all();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user