1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-22 02:06:05 +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

@@ -103,4 +103,3 @@ $text = "
$ns->tablerender(CLOCK_AD_L4, $text);
require_once(e_ADMIN."footer.php");
?>

View File

@@ -38,4 +38,3 @@ define("CLOCK_MENU_L21", "October");
define("CLOCK_MENU_L22", "November");
define("CLOCK_MENU_L23", "December");
// define("CLOCK_MENU_L24", "");
?>

View File

@@ -21,4 +21,4 @@ define("CLOCK_AD_L10", "Suffix 2");
define("CLOCK_AD_L11", "Suffix 3");
define("CLOCK_AD_L12", "Suffix 4 and more");
define("CLOCK_AD_L13", "If your language requires to display a suffix just after numbers for date, fill these fields with suffix only (Example: 'st' for 1, 'nd' for 2, 'rd' for 3 and 'th' for 4 and more - for English users). If not required leave blank.");
?>