diff --git a/htdocs/product/categorie/fiche.php b/htdocs/product/categorie/fiche.php index 4ce6c2320ea..2d69e1f9244 100644 --- a/htdocs/product/categorie/fiche.php +++ b/htdocs/product/categorie/fiche.php @@ -18,11 +18,13 @@ * * $Id$ * $Source$ - * */ require("./pre.inc.php"); +// \todo Par qui est appelé ce fichier ? + + llxHeader(); if ($action == 'add') { @@ -96,12 +98,11 @@ else print '
Fiche Album : '.$album->titre.'

'; print ''; - print ''; - print '\n"; - print '\n'; - print "\n"; - print ''; - print '"; + print ''; + print ''; + print ''; + print ''; + print ''; $gas = $album->liste_groupart(); print '
'.$langs->trans("Ref")."$album->ref'.$langs->trans("Status").'$album->status
Titre$album->titre'.$langs->trans("Price").''.price($album->price).'
'.$langs->trans("Description").''.nl2br($album->description)."
'.$langs->trans("Ref").''.$album->ref.'
'.$langs->trans("Status").''.$album->status.'
'.$langs->trans("Title").''.$album->titre.'
'.$langs->trans("Price").''.price($album->price).'
'.$langs->trans("Description").''.nl2br($album->description).'Artiste/Groupe
    ';