summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui/views/scripts')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 3874cec..f5d53d9 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -1,4 +1,4 @@
-<?php if($this->notification != ''){echo $this->notification;} ?>
+<?php if(count($this->notification) != 0){ foreach ($this->notification as $n) echo $n;} ?>
<?php if($this->nobootmenu):?>
<?php if($this->loginmenu):?>