<?php/** * @package Joomla.Site * @subpackage com_content_custom * * @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;JHtml::addIncludePath(JPATH_COMPONENT.'/helpers');JHtml::_('formbehavior.chosen','select');JHtml::_('behavior.caption');?><divclass="archive-custom<?phpecho$this->pageclass_sfx;?>"><?phpif($this->params->get('show_page_heading')):?><divclass="page-header"><h1><?phpecho$this->escape($this->params->get('page_heading'));?></h1></div><?phpendif;?><?phpecho$this->loadTemplate('items');?></div>