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