mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -32,4 +32,3 @@ function plugin_forum_admin_events_clear_moderators()
|
||||
$e107->ecache->clear_sys('nomd5_forum_moderators');
|
||||
}
|
||||
|
||||
?>
|
@@ -40,4 +40,3 @@ class forum_dashboard // include plugin-folder in the name.
|
||||
|
||||
|
||||
}
|
||||
?>
|
@@ -55,4 +55,3 @@ function email_item($thread_id)
|
||||
return $text;
|
||||
}
|
||||
|
||||
?>
|
@@ -26,4 +26,3 @@ $sublink_type['forum']['fielddiz'] = 'forum_description';
|
||||
$sublink_type['forum']['sef'] = 'forum/forum';
|
||||
|
||||
|
||||
?>
|
@@ -172,4 +172,3 @@ class list_forum
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -53,4 +53,3 @@ class forum_menu_form extends e_form
|
||||
}
|
||||
*/
|
||||
|
||||
?>
|
@@ -24,4 +24,3 @@ if(defset('e_CURRENT_PLUGIN') == "forum" && e107::isInstalled('poll') && $poll_a
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -534,4 +534,3 @@ function forum_track()
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -2847,4 +2847,4 @@ class forumAdmin
|
||||
}
|
||||
}
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@@ -220,4 +220,3 @@ if ($action == 'move')
|
||||
|
||||
|
||||
require_once(FOOTERF);
|
||||
?>
|
@@ -73,4 +73,3 @@ function forumDeletePost($postId)
|
||||
return LAN_CANCEL.' and '.$ret.' '.FORLAN_7.'.';
|
||||
}
|
||||
|
||||
?>
|
@@ -1758,4 +1758,4 @@ require_once(FOOTERF);
|
||||
exit;
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -18,4 +18,3 @@ $timeend = microtime();
|
||||
$diff = number_format(((substr($timeend, 0, 9)) + (substr($timeend, -10)) - (substr($timestart, 0, 9)) - (substr($timestart, -10))), 4);
|
||||
echo "<br />script generation took $diff s";
|
||||
|
||||
?>
|
@@ -1803,4 +1803,3 @@ function forum_update_adminmenu()
|
||||
|
||||
show_admin_menu('Forum Upgrade', $action, $var);
|
||||
}
|
||||
?>
|
@@ -119,4 +119,3 @@ if(!$filecount) {
|
||||
$ns->tablerender(LAN_FORUM_7001, $txt);
|
||||
include_once(FOOTERF);
|
||||
|
||||
?>
|
@@ -655,4 +655,3 @@
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -1113,4 +1113,4 @@ class e107ForumThread
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -11,4 +11,3 @@
|
||||
header("location: forum.php");
|
||||
exit;
|
||||
|
||||
?>
|
@@ -238,4 +238,4 @@ define("FORLAN_220", "Post editor");
|
||||
define("FORLAN_221", "Which editor should be used to create/edit posts?");
|
||||
define("FORLAN_222", "Quick reply editor");
|
||||
define("FORLAN_223", "Use only plain text (no bbcode or html allowed!)")
|
||||
?>
|
||||
|
||||
|
@@ -663,4 +663,4 @@ define("LAN_FORUM_2", "Duplicate post");
|
||||
define("LAN_FORUMPOST_EMOTES", "Deactivate emoticons for this post");
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -23,4 +23,3 @@ define("FORUM_LAN_URL_DEFAULT_DESCR", "URLs of 'GET type' with no single entry p
|
||||
define("FORUM_LAN_URL_REWRITE_LABEL", "SEF Forum URLs (UNDER DEVELOPMENT)");
|
||||
define("FORUM_LAN_URL_REWRITE_DESCR", "Examples:<br />UNDER DEVELOPMENT");
|
||||
|
||||
?>
|
@@ -16,4 +16,3 @@ define("FOR_SCH_LAN_2", "Select forum");
|
||||
define("FOR_SCH_LAN_4", "Whole post");
|
||||
define("FOR_SCH_LAN_5", "As part of thread");
|
||||
|
||||
?>
|
@@ -513,4 +513,4 @@ class plugin_forum_post_shortcodes extends e_shortcode
|
||||
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -1283,4 +1283,4 @@
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -1104,4 +1104,4 @@
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -96,4 +96,4 @@ define('IMAGE_rank_moderator_image', '<img src="'.img_path('moderator.png', '',
|
||||
define('IMAGE_rank_main_admin_image', '<img src="'.img_path('main_admin.png', '', 'rank_main_admin_image').'" alt="" />');
|
||||
define('IMAGE_rank_admin_image', '<img src="'.img_path('admin.png', '', 'rank_admin_image').'" alt="" />');
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -78,4 +78,3 @@ $FORUM_POLL_TEMPLATE['denied']['end'] = "<div class='alert text-warning text-cen
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -82,4 +82,4 @@ $FORUM_POSTED_TEMPLATE['reply'] = "<div class='alert alert-success'>
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -32,4 +32,3 @@ $FORUM_PREVIEW_TEMPLATE['item'] = "<div class='alert alert-warning alert-block'>
|
||||
{PREVIEW_POST}
|
||||
</div>";
|
||||
|
||||
?>
|
@@ -190,4 +190,4 @@ $FORUM_TEMPLATE['main-end'] .= "
|
||||
<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>
|
||||
";
|
||||
*/
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user