Correction lien vers la cration d'un projet

This commit is contained in:
Rodolphe Quiedeville 2004-03-12 13:05:14 +00:00
parent 966d2c8e9c
commit 12260a0a6a

View File

@ -217,7 +217,7 @@ if ($socid > 0)
if ($conf->projet->enabled && $user->rights->projet->creer)
{
print '<a class="tabAction" href="../projet/fiche.php?socidp='.$socid.'&action=create">Créer un projet</a>';
print '<a class="tabAction" href="'.DOL_URL_ROOT.'/projet/fiche.php?socidp='.$socid.'&action=create">Créer un projet</a>';
}
print '</div>';