| Current Path : /home/bijouxly/www/templates/bijouxlyv5trans/html/mod_syndicate/ |
| Current File : /home/bijouxly/www/templates/bijouxlyv5trans/html/mod_syndicate/default.php |
<?php
defined('_JEXEC') or die;
if (null === $params->get('display_text') || $params->get('display_text', 1)) {
$label = $text;
if ('' == str_replace(' ', '', $label))
$label = JText::_('MOD_SYNDICATE_DEFAULT_FEED_ENTRIES');
if ('MOD_SYNDICATE_DEFAULT_FEED_ENTRIES' == $label)
$label = '';
} else
$label = '';
echo '<a href="' . $link . '" class="art-rss-tag-icon syndicate-module' . $moduleclass_sfx . '">'
. ($label ? '<span>' . $label . '</span>' : '') . '</a>';