diff --git a/htdocs/comm/propal.php3 b/htdocs/comm/propal.php3
index b83f858eff9..252865d862d 100644
--- a/htdocs/comm/propal.php3
+++ b/htdocs/comm/propal.php3
@@ -368,11 +368,13 @@ if ($propalid) {
$file = $conf->propal->outputdir. "/$obj->ref/$obj->ref.pdf";
if (file_exists($file)) {
- print "
| Propale PDF | ref/$obj->ref.pdf\">$obj->ref.pdf |
";
+ print "| Propale PDF | ";
+ print ''.$obj->ref.'.pdf |
';
}
- $file = $GLOBALS["GLJ_ROOT"] . "/www-sys/doc/propal/$obj->ref/$obj->ref.ps";
+ $file = $conf->propal->outputdir . "/$obj->ref/$obj->ref.ps";
if (file_exists($file)) {
- print "| Propale Postscript | ref/$obj->ref.ps\">$obj->ref.ps | ";
+ print "
| Propale Postscript | ";
+ print ''.$obj->ref.'.s |
';
print "";
}
print '| (liste...) |
';