mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Removed redundant PHP closing tags.
This commit is contained in:
parent
f655847997
commit
e1593de8ee
@ -132,4 +132,3 @@ exit;
|
||||
|
||||
// For a more elaborate plugin - please see e107_plugins/gallery
|
||||
|
||||
?>
|
@ -32,4 +32,3 @@ e107::getRender()->tablerender("_blank", $text);
|
||||
|
||||
|
||||
|
||||
?>
|
@ -45,4 +45,3 @@ class _blank_frontpage // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@ -23,4 +23,3 @@ if(USER_AREA) // prevents inclusion of JS/CSS/meta in the admin area.
|
||||
|
||||
|
||||
|
||||
?>
|
@ -57,4 +57,3 @@ class _blank_menu_form extends e_form
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -46,4 +46,3 @@ class _blank_notify extends notify
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -67,4 +67,3 @@ class _blank_parse
|
||||
|
||||
|
||||
|
||||
?>
|
@ -53,4 +53,3 @@ class _blank_related // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@ -7,4 +7,3 @@ define("LAN_PLUGIN__BLANK_NAME", "Blank Plugin");
|
||||
define("LAN_PLUGIN__BLANK_DIZ", "A Blank Plugin to help you get started in plugin development. More details can be added here.");
|
||||
define("LAN_PLUGIN__BLANK_LINK", "Blank Link");
|
||||
|
||||
?>
|
@ -580,4 +580,4 @@ function alt_auth_adminmenu()
|
||||
|
||||
show_admin_menu(LAN_ALT_29, ALT_AUTH_ACTION, $var);
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -242,4 +242,3 @@ function alt_auth_conf_adminmenu()
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -294,4 +294,4 @@ class alt_login
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -195,4 +195,3 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -132,4 +132,4 @@ function e107db_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -38,4 +38,3 @@ else
|
||||
$ns -> tablerender('help',LAN_AUTHENTICATE_HELP.'<br /><br />'.(defined('SHOW_COPY_HELP') ? LAN_ALT_COPY_HELP : '').(defined('SHOW_CONVERSION_HELP') ? LAN_ALT_CONVERSION_HELP : '').LAN_ALT_VALIDATE_HELP);
|
||||
}
|
||||
|
||||
?>
|
@ -382,4 +382,3 @@ class ExtendedPasswordHandler extends UserHandler
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -123,4 +123,3 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -102,4 +102,4 @@ function importdb_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -21,4 +21,4 @@ define("LAN_AL_AUTH_02","Alt auth extended user classes changed");
|
||||
define("LAN_AL_AUTH_03","Alt auth method settings changed");
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -147,4 +147,4 @@ define('LAN_ALT_CONVERSION_HELP', 'For some fields, the drop-down box to the rig
|
||||
<br />
|
||||
<br />');
|
||||
|
||||
?>
|
||||
|
||||
|
@ -36,4 +36,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is to be used with a
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database.');
|
||||
|
||||
?>
|
||||
|
||||
|
@ -44,4 +44,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is to be used <i>only
|
||||
original password is read from the local database, and validated against the storage format of the original system. If it verifies, its converted to the current E107-compatible format and
|
||||
stored in the database. After a while you can usually disable the alt-auth plugin, since active users will all have their passwords stored in a compatible format.');
|
||||
|
||||
?>
|
||||
|
||||
|
@ -41,4 +41,4 @@ define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This method can be used to authenticate against most LDAP servers, including Novell\'s eDirectory and Microsoft\'s Active Directory. It requires that PHP\'s LDAP extension is loaded. Refer to the wiki for further information.');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -46,4 +46,4 @@ define('SHOW_CONVERSION_HELP', TRUE);
|
||||
define('LAN_AUTHENTICATE_HELP','This authentication method is used to validate against a non-E107 database. The password must be stored in one of the supported formats.');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -34,4 +34,4 @@ define('LAN_AUTHENTICATE_HELP','This authentication method is used with an exter
|
||||
Note that the RADIUS server may only allow access from a specific range of IP addresses');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@ -306,4 +306,4 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -155,4 +155,4 @@ function ldap_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -202,4 +202,4 @@ class auth_login extends alt_auth_base
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -135,4 +135,3 @@ function otherdb_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
@ -247,4 +247,4 @@ class auth_login extends alt_auth_base
|
||||
return AUTH_SUCCESS;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -112,4 +112,4 @@ function radius_conf_adminmenu()
|
||||
alt_auth_adminmenu();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
@ -119,4 +119,3 @@ $BANNER_TEMPLATE['menu']['item'] = "<div class='banner-menu-item'>{BANNER}</div
|
||||
$BANNER_TEMPLATE['menu']['end'] = "</div>";
|
||||
|
||||
|
||||
?>
|
@ -34,5 +34,5 @@ define("BANNERLAN_35", "Clickthrough IP addresses");
|
||||
//define("BANNERLAN_38", "Error"); // English LAN_ERROR
|
||||
define("BANNERLAN_39", "No image assigned to this banner.");
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
@ -11,4 +11,3 @@
|
||||
define("LAN_PLUGIN_BANNER_NAME", "Banners");
|
||||
define("LAN_PLUGIN_BANNER_DESCRIPTION", "Add advertising banners to your e107 website");
|
||||
|
||||
?>
|
@ -31,4 +31,3 @@ define("BANNER_MENU_L17", "set amount ...");
|
||||
//define("BANNER_MENU_L18", "Update Menu Settings");
|
||||
//define('BANNER_MENU_L19', "Nothing changed - not saved");
|
||||
*/
|
||||
?>
|
@ -154,4 +154,3 @@ $archive .= "</tr></table></div>";
|
||||
$ns->tablerender(BLOGCAL_L2 ." $req_year", $archive);
|
||||
|
||||
require_once(FOOTERF);
|
||||
?>
|
@ -221,4 +221,3 @@ if(false === $cached)
|
||||
}
|
||||
|
||||
echo $cached;
|
||||
?>
|
@ -153,4 +153,4 @@ function calendar($req_day, $req_month, $req_year, $links = NULL, $ws = "sunday"
|
||||
|
||||
return $text;
|
||||
}
|
||||
?>
|
||||
|
||||
|
@ -84,4 +84,3 @@ $text = "
|
||||
$ns->tablerender(BLOGCAL_CONF4, $text);
|
||||
|
||||
require_once(e_ADMIN."footer.php");
|
||||
?>
|
@ -25,4 +25,3 @@ function formatDate($year, $month, $day = "") {
|
||||
$day;
|
||||
return $date;
|
||||
}
|
||||
?>
|
@ -19,4 +19,3 @@ define("BLOGCAL_CONF4", "BlogCal Menu Configuration");
|
||||
//define("BLOGCAL_CONF5", "BlogCal menu configuration saved");
|
||||
define("BLOGCAL_ARCHIV1", "Select Archive");
|
||||
|
||||
?>
|
@ -45,4 +45,3 @@ $arch_cell = "";
|
||||
$arch_cell_header = "";
|
||||
$arch_cell_body = "";
|
||||
|
||||
?>
|
@ -155,4 +155,3 @@ function admin_chatbox_adminmenu()
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -45,4 +45,3 @@ class chatbox_menu_dashboard // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@ -8,4 +8,3 @@ if(vartrue($eMenuActive['chatbox_menu']) && ($pref['cb_layer']==2))
|
||||
}
|
||||
|
||||
|
||||
?>
|
@ -74,4 +74,3 @@ class list_chatbox_menu
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -92,4 +92,3 @@ class chatbox_menu_search extends e_search // include plugin-folder in the name.
|
||||
//Old v1.
|
||||
// $search_info[] = array('sfile' => e_PLUGIN.'chatbox_menu/search/search_parser.php', 'qtype' => CB_SCH_LAN_1, 'refpage' => 'chat.php', 'advanced' => e_PLUGIN.'chatbox_menu/search/search_advanced.php');
|
||||
|
||||
?>
|
@ -44,4 +44,3 @@ define("CHATBOX_L24", "You do not have the correct permissions to view this page
|
||||
define("CHATBOX_L25", "[ this post has been blocked by admin ]");
|
||||
|
||||
define("LAN_CHATBOX_100", "Type your message here.");
|
||||
?>
|
@ -21,4 +21,3 @@ define("NT_LAN_CB_3", "Posted by");
|
||||
define("NT_LAN_CB_5", "Message");
|
||||
define("NT_LAN_CB_6", "Chatbox Message Posted");
|
||||
|
||||
?>
|
@ -58,4 +58,3 @@ define("CHBLAN_42", "Show amount of posts in user profile");
|
||||
|
||||
|
||||
|
||||
?>
|
@ -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.");
|
||||
?>
|
||||
|
||||
|
@ -110,4 +110,3 @@ if(empty($title))
|
||||
e107::getRender()->tablerender(defset($title, $title), $text, 'comment_menu');
|
||||
|
||||
|
||||
?>
|
@ -187,4 +187,3 @@ return $COMMENT;
|
||||
SC_END
|
||||
|
||||
*/
|
||||
?>
|
@ -44,4 +44,3 @@ if (!isset($COMMENT_MENU_TEMPLATE))
|
||||
|
||||
|
||||
}
|
||||
?>
|
@ -120,4 +120,3 @@ $text = "
|
||||
$ns->tablerender(CM_L8, $mes->render() . $text);
|
||||
|
||||
require_once(e_ADMIN."footer.php");
|
||||
?>
|
@ -24,4 +24,4 @@ define("CM_L11", "on");
|
||||
define("CM_L12", "Re:");
|
||||
define("CM_L13", "Posted by");
|
||||
|
||||
?>
|
||||
|
||||
|
@ -21,4 +21,3 @@ $text = $tp->parseTemplate($head. $template . $foot, true, $contact_shortcodes);
|
||||
$ns->tablerender(LANCONTACT_00, $text, 'contact-menu');
|
||||
|
||||
|
||||
?>
|
@ -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'] = '';
|
||||
|
||||
?>
|
@ -95,4 +95,3 @@
|
||||
|
||||
|
||||
|
||||
?>
|
@ -76,4 +76,3 @@ class faqs_search extends e_search // include plugin-folder in the name.
|
||||
}
|
||||
// $search_info[]=array( 'sfile' => e_PLUGIN.'faq/search.php', 'qtype' => 'FAQ', 'refpage' => 'faq.php');
|
||||
|
||||
?>
|
@ -784,4 +784,3 @@ class faq
|
||||
|
||||
}
|
||||
|
||||
?>
|
@ -10,4 +10,3 @@ $text = $tp->parseTemplate("{FAQ_SEARCH}", true, $sc);
|
||||
$ns->tablerender(LAN_PLUGIN_FAQS_SEARCH, $text, 'faqs-search-menu');
|
||||
|
||||
|
||||
?>
|
@ -58,4 +58,3 @@ else
|
||||
require_once(e_PLUGIN."featurebox/templates/".$fb_template.".php");
|
||||
echo $FB_TEMPLATE;
|
||||
}
|
||||
?>
|
@ -21,4 +21,4 @@ if(empty($text))
|
||||
echo $text;
|
||||
unset($text);
|
||||
|
||||
?>
|
||||
|
||||
|
@ -8,4 +8,3 @@
|
||||
|
||||
// define("FBLAN_01", "Feature Box");
|
||||
// define("FBLAN_02", "read more"); // Already used in admin area.
|
||||
?>
|
@ -345,4 +345,3 @@ $FEATUREBOX_CATEGORY_INFO = array(
|
||||
// DEPRECATED 'dynamic' => array('title' => 'Dynamic (prototype.js)', 'description' => 'Load items on click (AJAX)'),
|
||||
// DEPRECATED 'tabs-proto' => array('title' => 'Tabs (prototype.js)' , 'description' => 'Tabbed Feature box items')
|
||||
);
|
||||
?>
|
@ -175,4 +175,3 @@ $FEATUREBOX_INFO = array(
|
||||
'accordion' => array('title' => 'Accordion Item', 'description' => 'For use with accordion'),
|
||||
'tabs' => array('title' => 'Tab Item', 'description' => 'For use with tabs')
|
||||
);
|
||||
?>
|
@ -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");
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user