summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 88dc8876e..edd4099a9 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -31,6 +31,16 @@
<body onload="init()">
+<? if (ENABLE_SPLASH) { ?>
+<div id="splash">
+ <table width='100%' height='100%'><tr>
+ <td class="innerSplash" valign="middle" align="center">
+ <img src="images/ttrss_logo.png" alt="logo">
+ <p>Loading, please wait...</p>
+ </td></tr></table>
+</div>
+<? } ?>
+
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (DISPLAY_HEADER) { ?>
<tr>