Back to top
<?php if ($this->params->get('show_hits')) : ?><?php if ($this->article->hits>100):?><tr><td valign="top"> <span style="float:left;"> Questo articolo è stato letto: <?php echo $this->article->hits; ?> volte </span> </td></tr><?php endif; ?> <?php endif; ?>
<?php if ($this->params->get('show_hits')) : ?> <?php $user = &JFactory::getUser(); $userId = $user->get('id'); ?> <?php if ($userId == 0) : ?> <?php if ($this->article->hits>100):?> <tr> <td valign="top"> <span style="float:left;"><!-- testo per utente ospite --> Questo articolo è stato letto: <?php echo $this->article->hits; ?> volte </span> </td> </tr> <?php endif; ?> <?php else : ?> <tr> <td valign="top"> <span style="float:left;"><!-- testo per utente registrato --> Questo articolo è stato letto: <?php echo $this->article->hits; ?> volte </span> </td> </tr> <?php endif; ?><?php endif; ?>
Copyleft: Tutto il materiale pubblicato o comunque presente all'interno del sito www.joomla.it può essere utilizzato, diffuso e modificato liberamente. Hosting fornito gratuitamente da Joomlahost.it Disegno web da kreatif multimedia srl