<?php/** * @package Joomla.Site * @subpackage com_search * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;?><divclass="search<?phpecho$this->pageclass_sfx;?>"><?phpif($this->params->get('show_page_heading')):?><h1class="page-title"><?phpif($this->escape($this->params->get('page_heading'))):?><?phpecho$this->escape($this->params->get('page_heading'));?><?phpelse:?><?phpecho$this->escape($this->params->get('page_title'));?><?phpendif;?></h1><?phpendif;?><?phpecho$this->loadTemplate('form');?><?phpif($this->error==null&&count($this->results)>0):?><?phpecho$this->loadTemplate('results');?><?phpelse:?><?phpecho$this->loadTemplate('error');?><?phpendif;?></div>