mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Removed redundant PHP tags from LAN files.
This commit is contained in:
@@ -73,4 +73,3 @@ default :
|
||||
$text .= common_filters();
|
||||
}
|
||||
$ns -> tablerender($caption, $text);
|
||||
?>
|
@@ -6,4 +6,4 @@ $mes = e107::getMessage();
|
||||
$mes->setTitle(LAN_STATUS, 'info');
|
||||
echo $mes->render('default','info',false);
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -30,4 +30,3 @@ $text = "
|
||||
</p>
|
||||
";
|
||||
$ns->tablerender($caption, $text, 'admin_help');
|
||||
?>
|
@@ -19,4 +19,3 @@ $text = "
|
||||
|
||||
";
|
||||
$ns->tablerender($caption, $text);
|
||||
?>
|
Reference in New Issue
Block a user