summaryrefslogtreecommitdiff
path: root/config.php-dist
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 /config.php-dist
parent50773ad43ffb018c9c8b18b461fc92a5c6a5975e (diff)
loading splash screen
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index a879fddd4..b8005e1b6 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -64,7 +64,9 @@
define(DISPLAY_FEEDLIST_ACTIONS, false);
// display actions dropbox in feedlist, if disabled these actions are
// available in the global actions dropbox
-
+
+ define(ENABLE_SPLASH, true);
+ // enable splashscreen on loading
?>