1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 19:21:28 +00:00

theme_image: do not display themed image if noone is logged in

This commit is contained in:
Andrew Dolgov
2010-01-28 18:49:17 +03:00
parent 2712bcea09
commit 0b9751cd65
4 changed files with 25 additions and 25 deletions

View File

@@ -575,8 +575,9 @@
print "<div align='center'>";
print "<button onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"".__('Close')."\">";
print "</div>";