mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -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