Suppression base href

This commit is contained in:
Michael RICOIS 2010-06-25 12:55:35 +00:00
parent 33dca5aff6
commit 9e20620ab1

View File

@ -17,9 +17,6 @@ require_once 'siren.php';
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=CHARSET?>" />
<?php if ($sortie!='pdf'){ ?>
<base href="<?=EXTRANET_URL?>" />
<?php } ?>
<title>Extranet Scores &amp; D&eacute;cisions - <?=$title?></title>
<?php require_once 'includeheader.php'; ?>
</head>