mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Default css class added to unenclosed welcome-message.
This commit is contained in:
@@ -84,8 +84,10 @@ function wmessage_shortcode($parm='')
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
echo "<div class='wmessage'>";
|
||||||
echo ($wmcaption) ? $wmcaption.'<br />' : '';
|
echo ($wmcaption) ? $wmcaption.'<br />' : '';
|
||||||
echo implode('<br />',$wmessage);
|
echo implode('<br />',$wmessage);
|
||||||
|
echo "</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$cache_data = ob_get_flush();
|
$cache_data = ob_get_flush();
|
||||||
|
Reference in New Issue
Block a user