芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/components.3/com_contact/tmpl/featured/default_items.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; use Joomla\Component\Contact\Site\Helper\RouteHelper; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_contact.contacts-list'); HTMLHelper::_('behavior.core'); $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
params->get('filter_field')) : ?>
params->get('show_pagination_limit')) : ?>
pagination->getLimitBox(); ?>
items)) : ?>
,
params->get('show_headings')) : ?>
params->get('show_position_headings')) : ?>
params->get('show_email_headings')) : ?>
params->get('show_telephone_headings')) : ?>
params->get('show_mobile_headings')) : ?>
params->get('show_fax_headings')) : ?>
params->get('show_suburb_headings')) : ?>
params->get('show_state_headings')) : ?>
params->get('show_country_headings')) : ?>
items as $i => $item) : ?> items[$i]->published == 0) : ?>
escape($item->name); ?>
published == 0) : ?>
params->get('show_position_headings')) : ?>
con_position; ?>
params->get('show_email_headings')) : ?>
email_to; ?>
params->get('show_telephone_headings')) : ?>
telephone; ?>
params->get('show_mobile_headings')) : ?>
mobile; ?>
params->get('show_fax_headings')) : ?>
fax; ?>
params->get('show_suburb_headings')) : ?>
suburb; ?>
params->get('show_state_headings')) : ?>
state; ?>
params->get('show_country_headings')) : ?>
country; ?>