Current Path :
/
home
/
develito
/
httpdocs
/
layouts
/
libraries
/
cms
/
html
/
bootstrap
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/layouts/libraries/cms/html/bootstrap/addtab.php
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $id = empty($displayData['id']) ? '' : $displayData['id']; $active = empty($displayData['active']) ? '' : $displayData['active']; ?> <div id="<?php echo $id; ?>" class="tab-pane<?php echo $active; ?>">