summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-14 14:16:55 +0400
committerAndrew Dolgov <[email protected]>2013-01-14 14:16:55 +0400
commit6effae6dd8709230b91c3bed10d4eae476ef2f48 (patch)
treed0505af422f8ca45e210e011d289e784f57be973 /index.php
parenteb161344c2dd4ccd2abbdfbf96e27c91636b10a1 (diff)
add net-alert icon
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 } ?>