Current Path :
/
home
/
develito
/
public_html
/
layouts
/
joomla
/
toolbar
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/layouts/joomla/toolbar/base.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; ?> <div class="btn-wrapper" <?php echo $displayData['id']; ?>> <?php echo $displayData['action']; ?> </div>