summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2010-03-01 13:56:04 +0000
committerdeva <deva>2010-03-01 13:56:04 +0000
commit79c1f8ccc3a3e2bc407209d5b05879c2f6a00444 (patch)
tree3fcfd3c08f36b8bc638395e0244b7b3a9a4047fb
parentf39e3f9a8c4b60bb74ab077a38e051d07f3eb6fc (diff)
Remove hardcoded 'enter' text from splash screen.
-rw-r--r--htdocs/index.php2
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>