mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -8,4 +8,3 @@ $text = "<div style='text-align:center'>
|
||||
</div>";
|
||||
$caption = (file_exists(THEME."images/compliance_menu.png") ? "<img src='".THEME_ABS."images/compliance_menu.png' alt='' /> ".COMPLIANCE_L1 : COMPLIANCE_L1);
|
||||
$ns->tablerender($caption, $text, 'compliance');
|
||||
?>
|
@@ -93,4 +93,3 @@ else
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -220,4 +220,3 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
@@ -23,4 +23,3 @@ define("COUNTER_L6", "Site ...");
|
||||
define("COUNTER_L7", "Counter");
|
||||
define("COUNTER_L8", "Admin message: <b>Stat logging is disabled.</b><br />To activate, you need to install the Statistic Logging plugin from your <a href='".e_ADMIN."plugin.php'>plugin manager</a>, then activate it from the <a href='".e_PLUGIN."log/admin_config.php'>configuration screen</a>.");
|
||||
|
||||
?>
|
@@ -44,4 +44,3 @@ if(!deftrue("BOOTSTRAP")) // Old Legacy Code.
|
||||
|
||||
|
||||
$ns -> tablerender(POWEREDBY_L1, $text, 'powered_by');
|
||||
?>
|
Reference in New Issue
Block a user