Skip to content
Snippets Groups Projects
Commit bd66741b authored by Ghislain Loas's avatar Ghislain Loas
Browse files

rt 578 revert authors names

parent a3ea2ec1
Branches
Tags
4 merge requests!715Master,!685Dev#17629 domains,!649Dev#19675 improve display articles and sito in kiosque,!578Dev#17629 domains
......@@ -24,10 +24,10 @@ if($this->notices)
foreach ($this->notices as $notice)
{
$ligne ++ ; if ($ligne & 1) $class="first"; else $class="second";
echo '<tr class="'.$class.'">
<td align="center" style="padding:3px 5px 3px 0px">'.$this->iconeSupport($notice->getTypeDoc()).'</td>
<td>'.$notice->getTitrePrincipal().'</td>
<td>'.(($author = $notice->getAuteurPrincipal()) ? $author : $notice->getAuteurs()).'</td>
echo '<tr class="' . $class . '">' .
'<td align="center" style="padding:3px 5px 3px 0px">'.$this->iconeSupport($notice->getTypeDoc()).'</td>' .
'<td>' . $notice->getTitrePrincipal() . '</td>'.
'<td>' . $notice->getAuteurPrincipal() . '</td>
</tr>';
}
echo '<tr><td colspan="6" class="separ"></td></tr>';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment