mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -245,4 +245,3 @@ function admin_config_adminmenu()
|
||||
|
||||
show_admin_menu($caption, $action, $var);
|
||||
}
|
||||
?>
|
@@ -11,4 +11,4 @@
|
||||
define("LAN_PLUGIN_POLL_NAME", "Poll");
|
||||
define("LAN_PLUGIN_POLL_DESCRIPTION", "The poll plugin allows you to define polls in either a menu or forum post.");
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -151,4 +151,4 @@ if(e_QUERY)
|
||||
e107::getRender()->tablerender(POLLAN_28, $text);
|
||||
require_once(FOOTERF);
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -27,4 +27,4 @@ require(e_PLUGIN.'poll/poll_menu.php');
|
||||
require_once(FOOTERF);
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -1095,4 +1095,4 @@ e107::js('inline', '
|
||||
');*/
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -60,4 +60,4 @@ $poll->remove_poll_cookies();
|
||||
|
||||
$poll->render_poll($query, $pollType, $pollMode);
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -27,4 +27,4 @@ function com_search_4($row) {
|
||||
return $res;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -239,4 +239,4 @@ $POLL_TEMPLATE['denied']['end'] = "<div class='alert text-warning text-center'>{
|
||||
";
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user