Minor cosmetic updates, added label/bool for other themes

This commit is contained in:
Deon George
2013-11-29 11:43:16 +11:00
parent c132357630
commit 319b4b29db
5 changed files with 20 additions and 20 deletions

View File

@@ -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();
}
}
}
?>