mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -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')
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user