Add div to the notifications so we can load them via ajax
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<div id="notifications">
|
||||
<?
|
||||
$messages = $this->messages->get();
|
||||
if (is_array($messages)):
|
||||
@@ -36,6 +36,7 @@ if (is_array($messages)):
|
||||
endforeach;
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user