Se muestra en la pantalla mediante html la imganen

Former-commit-id: ddd86fc0b4768ed5c3750c304fded70de3389864
This commit is contained in:
marcos.alconada 2019-05-14 09:48:41 +02:00
parent 5fe4a240be
commit bad2a330fd
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ if (!empty($all_data)) {
echo '<tr><th class="green_title">'.$article['subject'].'</th></tr>';
echo '<tr><td>'.__('by').' <b>'.$article['author'].'</b> <i>'.ui_print_timestamp($article['timestamp'], true).'</i> '.$comparation_suffix.'</td></tr>';
echo '<tr><td class="datos">';
echo '<center><img src="./images/welcome_image.png" alt="img colabora con nosotros - Support" width="191" height="207"></center>';
echo nl2br($text);
echo '</td></tr>';
}