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:
@@ -103,4 +103,3 @@ $text = "
|
||||
|
||||
$ns->tablerender(CLOCK_AD_L4, $text);
|
||||
require_once(e_ADMIN."footer.php");
|
||||
?>
|
@@ -38,4 +38,3 @@ define("CLOCK_MENU_L21", "October");
|
||||
define("CLOCK_MENU_L22", "November");
|
||||
define("CLOCK_MENU_L23", "December");
|
||||
// define("CLOCK_MENU_L24", "");
|
||||
?>
|
@@ -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.");
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user