diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index 37aebc3..823c388 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -47,7 +47,7 @@ if($config->value('splash') == "true") { $p = $pages->getPage($config->value('splashpage')); $p->show(); ?> - <div class="splash_enter"><a href="?skipsplash=true"><span class="splash_enter_text">Enter Site</span></a></div> +<!-- <div class="splash_enter"><a href="?skipsplash=true"><span class="splash_enter_text">Enter Site</span></a></div> --> </div> </body> </html> |