芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/modules__c0c73d1/mod_syndicate/tmpl/default.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; $textClass = ($params->get('display_text', 1) ? '' : 'class="visually-hidden"'); $linkText = '
'; $linkText .= '
' . (!empty($text) ? $text : Text::_('MOD_SYNDICATE_DEFAULT_FEED_ENTRIES')) . '
'; $attribs = [ 'class' => 'mod-syndicate syndicate-module' ]; echo HTMLHelper::_('link', $link, $linkText, $attribs);