summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 24ab0912c..f07ee056a 100644
--- a/index.php
+++ b/index.php
@@ -114,6 +114,10 @@
</div>
<div id="header">
+ <img id="net-alert" style="display : none"
+ title="<?php echo __("Communication problem with server.") ?>"
+ src="<?php echo theme_image($link, 'images/alert.png') ?>"/>
+
<?php if (!$_SESSION["hide_hello"]) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<?php } ?>