Add a demo entry page

This commit is contained in:
Laurent Destailleur 2008-12-08 00:24:12 +00:00
parent cf2b818386
commit 962bdb58e3

View File

@ -55,9 +55,11 @@ function llxHeaderVierge($title, $head = "")
print "<html>\n";
print "<head>\n";
print '<meta name="robots" content="index,nofollow">'."\n";
print '<meta name="keywords" content="dolibarr,demo,online,demonstration,example,test,web,erp,crm,demos">'."\n";
print '<meta name="description" content="Dolibarr simple ERP/CRM demo. You can test here several profiles of Dolibarr ERP/CRM demos.">'."\n";
print "<title>".$title."</title>\n";
print '<meta name="robots" content="noindex,nofollow">'."\n";
print '<link rel="stylesheet" type="text/css" href="/theme/eldy/eldy.css.php">'."\n";
print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'/theme/eldy/eldy.css.php">'."\n";
if ($head) print $head."\n";
print "</head>\n";
print '<body style="margin: 20px;">'."\n";