From 146f34dc07c7c47505d8a6e4bdf9e535fcddfbb5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 1 Nov 2008 03:58:08 +0000 Subject: Improve the welcome page to be a bit more explanatory about the product. --- core/controllers/welcome.php | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'core/controllers') diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index d33fb295..a0b8d2c8 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -1,6 +1,31 @@ "; + function Index() { + print new View('welcome.html'); } -} \ No newline at end of file +} -- cgit v1.2.3