1
0
Fork 0
This commit is contained in:
Daniel Tartavel 2021-03-16 20:19:21 +01:00
parent e51aae74d3
commit 8116aa68f6
1 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ function recap()
{
if ($web)
{
$str_atelier = "<h4>" . $resume["titre"] . "</h4>";
$url = TAB . 'Url : <a href="' . $resume["url"] . '">' . $resume["url"] . '</a>' . EOL;
}else
@ -78,13 +78,13 @@ function recap()
$str_atelier = $resume["titre"];
$url = TAB . "Url : " . $resume["url"] . EOL;
}
echo $str_atelier;
foreach( $resume["reponse"] as $atelier )
{
if ( !empty($atelier["atelier"]) )
{
$str = TAB . strstr( $resume["atelier"], "@checkbox" , true ) . " Votes : " . $atelier["votes"] . EOL;
$str = TAB . strstr( $atelier["atelier"], "@checkbox" , true ) . " => " . $atelier["votes"] . " votes". EOL;
echo $str;
}else
{