From 962bdb58e3716b4cf335abc34d77dd6f45fd2b9a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Dec 2008 00:24:12 +0000 Subject: [PATCH] Add a demo entry page --- htdocs/public/demo/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index 230c67ae5fa..28ef5d33504 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -55,9 +55,11 @@ function llxHeaderVierge($title, $head = "") print "\n"; print "\n"; + print ''."\n"; + print ''."\n"; + print ''."\n"; print "".$title."\n"; - print ''."\n"; - print ''."\n"; + print ''."\n"; if ($head) print $head."\n"; print "\n"; print ''."\n";