Current Path :
/
home
/
develito
/
www
/
layouts
/
joomla
/
searchtools
/
default
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/layouts/joomla/searchtools/default/noitems.php
<?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $data = $displayData; ?> <div class="alert alert-info alert-no-items"> <?php echo $data['options']['noResultsText']; ?> </div>