summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
committerAndrew Dolgov <[email protected]>2005-11-16 09:45:00 +0100
commit2f587484afa7ce5330d92b234784e3d5957f0c57 (patch)
treef8e415062e1cc159c8f75cd50a6d163aff686f04 /tt-rss.php
parent50773ad43ffb018c9c8b18b461fc92a5c6a5975e (diff)
loading splash screen
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>