1
0
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:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -58,4 +58,3 @@ else
require_once(e_PLUGIN."featurebox/templates/".$fb_template.".php");
echo $FB_TEMPLATE;
}
?>

View File

@@ -21,4 +21,4 @@ if(empty($text))
echo $text;
unset($text);
?>

View File

@@ -8,4 +8,3 @@
// define("FBLAN_01", "Feature Box");
// define("FBLAN_02", "read more"); // Already used in admin area.
?>

View File

@@ -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')
);
?>

View File

@@ -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')
);
?>