Your IP : 216.73.216.67


Current Path : /home/cbequiperp/www/modules/mod_flexitagcloud/tmpl/
Upload File :
Current File : /home/cbequiperp/www/modules/mod_flexitagcloud/tmpl/default.php

<?php // no direct access
defined('_JEXEC') or die('Restricted access'); 

?>
<ul id="flexicloud" class="mod_flexitagcloud<?php echo $params->get('moduleclass_sfx'); ?>">
<?php foreach ($list as $item) : ?>
	<li>
		<?php if (!$params->get('seo_mode', 1)) : ?>
		<span><?php echo $item->screenreader.' '; ?></span>
		<?php endif; ?>
		<a href="<?php echo $item->link; ?>" class="tag<?php echo $item->size; ?>" 
			<?php echo (!$item->description ? '' : ' title="' . htmlspecialchars(flexicontent_html::striptagsandcut($item->description, 200), ENT_COMPAT, 'UTF-8')) . '" ';?>
		><?php echo $item->name; ?></a>
	</li>
<?php endforeach; ?>
</ul>