mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -126,4 +126,3 @@ $text = "
|
||||
|
||||
$ns->tablerender(LAN_ONLINE_ADMIN_4." - ".LAN_ONLINE_ADMIN_1, $mes->render() . $text);
|
||||
require_once(e_ADMIN."footer.php");
|
||||
?>
|
@@ -49,4 +49,3 @@ define("LAN_ONLINE_ADMIN_9", "Displays a list of members viewing a page.");
|
||||
define("LAN_ONLINE_ADMIN_10", "Display guests online.");
|
||||
|
||||
|
||||
?>
|
@@ -66,4 +66,3 @@ $caption = vartrue($menu_pref['online_ls_caption'],LAN_LASTSEEN_1);
|
||||
|
||||
e107::getRender()->tablerender($caption, $text, 'lastseen');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user