diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-14 14:16:55 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-01-14 14:16:55 +0400 |
| commit | 6effae6dd8709230b91c3bed10d4eae476ef2f48 (patch) | |
| tree | d0505af422f8ca45e210e011d289e784f57be973 /index.php | |
| parent | eb161344c2dd4ccd2abbdfbf96e27c91636b10a1 (diff) | |
add net-alert icon
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 } ?> |