summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php17
1 files changed, 7 insertions, 10 deletions
diff --git a/index.php b/index.php
index 79d4ad58d..322635978 100644
--- a/index.php
+++ b/index.php
@@ -65,7 +65,7 @@
<?php if ($_SESSION["uid"]) {
$theme = get_pref( "USER_CSS_THEME", $_SESSION["uid"], false);
- if ($theme && file_exists("themes/$theme")) {
+ if ($theme && theme_valid("$theme")) {
echo stylesheet_tag("themes/$theme");
} else {
echo stylesheet_tag("themes/default.css");
@@ -138,7 +138,7 @@
</div>
</div>
-<div id="notify" class="notify" style="display : none"></div>
+<div id="notify" class="notify"></div>
<div id="cmdline" style="display : none"></div>
<div id="headlines-tmp" style="display : none"></div>
@@ -221,13 +221,6 @@
src="images/error.png" />
</button>
- <button id="newVersionIcon" dojoType="dijit.form.Button" style="display : none">
- <img onclick="newVersionDlg()"
- src="images/new_version.png"
- title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>" />
- </button>
-
-
<div dojoType="dijit.form.DropDownButton">
<span><?php echo __('Actions...') ?></span>
<div dojoType="dijit.Menu" style="display: none">
@@ -259,13 +252,17 @@
<?php } ?>
</div>
</div>
+
+ <button id="updatesIcon" dojoType="dijit.form.Button" style="display : none">
+ <img src="images/new_version.png" title="<?php echo __('Updates are available from Git.') ?>"/>
+ </button>
</div>
</div> <!-- toolbar -->
</div> <!-- toolbar pane -->
<div id="headlines-wrap-inner" dojoType="dijit.layout.BorderContainer" region="center">
- <div id="floatingTitle" style="display : none"></div>
+ <div id="floatingTitle" style="visibility : hidden"></div>
<div id="headlines-frame" dojoType="dijit.layout.ContentPane"
onscroll="headlines_scroll_handler(this)" region="center">