]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
remove themes/
[tt-rss.git] / index.php
index 24ab0912c4fe050a80e19683d0f695d2b4a81040..0d0646c79b7e42a029f95dff096a53ecc1a620cd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -53,7 +53,6 @@
        <link rel="stylesheet" type="text/css" href="tt-rss.css?<?php echo $dt_add ?>"/>
        <link rel="stylesheet" type="text/css" href="cdm.css?<?php echo $dt_add ?>"/>
 
-       <?php print_theme_includes($link) ?>
        <?php print_user_stylesheet($link) ?>
 
        <script type="text/javascript">
 </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 } ?>