Control de la taille du tableau commentaire
This commit is contained in:
parent
dd17be343d
commit
fd750b2daf
@ -2193,11 +2193,14 @@ $tabCommentaires = $etab['tabCommentaires'];
|
|||||||
?>
|
?>
|
||||||
<h1>COMMENTAIRES</h1>
|
<h1>COMMENTAIRES</h1>
|
||||||
<?php
|
<?php
|
||||||
foreach($tabCommentaires as $commentaires)
|
if(count($tabCommentaires)>0)
|
||||||
{
|
{
|
||||||
if(!empty($commentaires)){
|
foreach($tabCommentaires as $commentaires)
|
||||||
echo htmlspecialchars_decode($commentaires);?><br/>
|
{
|
||||||
<?php
|
if(!empty($commentaires)){
|
||||||
|
echo htmlspecialchars_decode($commentaires);?><br/>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//=> FIN BLOC COMMENTAIRES
|
//=> FIN BLOC COMMENTAIRES
|
||||||
|
Loading…
Reference in New Issue
Block a user