Image only for welcome message
This commit is contained in:
parent
9587b4cc44
commit
41bc705c02
|
@ -207,7 +207,6 @@ if (!empty($all_data)) {
|
||||||
echo '<tr><th class="green_title">'.$article['subject'].'</th></tr>';
|
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>'.__('by').' <b>'.$article['author'].'</b> <i>'.ui_print_timestamp($article['timestamp'], true).'</i> '.$comparation_suffix.'</td></tr>';
|
||||||
echo '<tr><td class="datos">';
|
echo '<tr><td class="datos">';
|
||||||
$text = html_entity_decode($text_bbdd);
|
|
||||||
if ($image) {
|
if ($image) {
|
||||||
echo '<center><img src="./images/welcome_image.png" alt="img colabora con nosotros - Support" width="191" height="207"></center>';
|
echo '<center><img src="./images/welcome_image.png" alt="img colabora con nosotros - Support" width="191" height="207"></center>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue