1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +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

@@ -112,4 +112,4 @@ if (!e107::isInstalled('download'))
exit ;
?>

View File

@@ -1123,4 +1123,4 @@ class download_shortcodes extends e_shortcode
// return "<img src='".IMAGE_NEW."' alt='*' style='vertical-align:middle' />";
}
}
?>

View File

@@ -50,4 +50,3 @@ class download_cron // include plugin-folder in the name.
?>

View File

@@ -24,4 +24,3 @@ class download_frontpage // include plugin-folder in the name.
?>

View File

@@ -76,4 +76,3 @@ if($text)
$ns -> tablerender(DOWLAN_HELP_1, $text);
}
?>

View File

@@ -76,4 +76,3 @@ class list_download
);
}
}
?>

View File

@@ -142,4 +142,3 @@ class download_search extends e_search // include plugin-folder in the name.
}
?>

View File

@@ -43,4 +43,3 @@ class e_tagwords_download
}
}
?>

View File

@@ -2202,4 +2202,3 @@ class adminDownload extends download
*/
}
?>

View File

@@ -1265,4 +1265,4 @@ function sort_download_mirror_order($a, $b)
}
return ($a[1] < $b[1]) ? -1 : 1;
}
?>

View File

@@ -96,4 +96,4 @@ define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages nee
define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [downloads area] for a more recent version.");
define("LAN_dl_79", "You do not have the correct permissions to report this download item as broken.");
?>

View File

@@ -653,4 +653,3 @@ $DOWNLOAD_TEMPLATE['mirror']['end'] = "
$DOWNLOAD_TEMPLATE['header'] = '{DOWNLOAD_BREADCRUMB}';
$DOWNLOAD_TEMPLATE['footer'] = '';
?>