Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/bijouxlyv34mars2014/html/mod_syndicate/
Upload File :
Current File : /home/bijouxly/www/templates/bijouxlyv34mars2014/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>';