1
0
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:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -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');
?>

View File

@@ -93,4 +93,3 @@ else
}
}
?>

View File

@@ -220,4 +220,3 @@ class siteinfo_shortcodes // must match the folder name of the plugin.
}
}
?>

View File

@@ -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>.");
?>

View File

@@ -44,4 +44,3 @@ if(!deftrue("BOOTSTRAP")) // Old Legacy Code.
$ns -> tablerender(POWEREDBY_L1, $text, 'powered_by');
?>