mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 16:52:43 +01:00
10 lines
119 B
PHP
10 lines
119 B
PHP
<?php
|
|
|
|
|
|
|
|
$mes = e107::getMessage();
|
|
$mes->setTitle(LAN_STATUS, 'info');
|
|
echo $mes->render('default','info',false);
|
|
|
|
?>
|