Se muestra en la pantalla mediante html la imganen
Former-commit-id: ddd86fc0b4768ed5c3750c304fded70de3389864
This commit is contained in:
parent
5fe4a240be
commit
bad2a330fd
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue