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:
@@ -112,4 +112,4 @@ if (!e107::isInstalled('download'))
|
||||
|
||||
|
||||
exit ;
|
||||
?>
|
||||
|
||||
|
@@ -1123,4 +1123,4 @@ class download_shortcodes extends e_shortcode
|
||||
// return "<img src='".IMAGE_NEW."' alt='*' style='vertical-align:middle' />";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -50,4 +50,3 @@ class download_cron // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -24,4 +24,3 @@ class download_frontpage // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -76,4 +76,3 @@ if($text)
|
||||
$ns -> tablerender(DOWLAN_HELP_1, $text);
|
||||
}
|
||||
|
||||
?>
|
@@ -76,4 +76,3 @@ class list_download
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
@@ -142,4 +142,3 @@ class download_search extends e_search // include plugin-folder in the name.
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -43,4 +43,3 @@ class e_tagwords_download
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -2202,4 +2202,3 @@ class adminDownload extends download
|
||||
*/
|
||||
|
||||
}
|
||||
?>
|
@@ -1265,4 +1265,4 @@ function sort_download_mirror_order($a, $b)
|
||||
}
|
||||
return ($a[1] < $b[1]) ? -1 : 1;
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -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.");
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -653,4 +653,3 @@ $DOWNLOAD_TEMPLATE['mirror']['end'] = "
|
||||
$DOWNLOAD_TEMPLATE['header'] = '{DOWNLOAD_BREADCRUMB}';
|
||||
$DOWNLOAD_TEMPLATE['footer'] = '';
|
||||
|
||||
?>
|
Reference in New Issue
Block a user