芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/components.5/com_contact/tmpl/contact/default_links.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; ?> ' . Text::_('COM_CONTACT_LINKS') . ''; ?>
item->params->get('link' . $char); $label = $this->item->params->get('link' . $char . '_name'); if (!$link) : continue; endif; // Add 'http://' if not present $link = (0 === strpos($link, 'http')) ? $link : 'http://' . $link; // If no label is present, take the link $label = $label ?: $link; ?>