Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/www/templates/bizone/html/st_template/ |
Upload File : |
<?php
$app = JFactory::getApplication();
$doc = JFactory::getDocument();
$item_menu = '';
if ($menuid != '') {
(int)$itemid = $menuid;
$item_menu = '&Itemid='.$itemid;
}
?>
<div id="publication-slider" class="owl-carousel">
<?php if(isset($catItems) && count($catItems)) : foreach($catItems as $key=> $item): ?>
<?php
$image_normal = $bt->getImageK2($item->id, 'XL');
$link = 'index.php?option=com_k2&view=item&id='.$item->id.':'.$item->alias .$item_menu ;
$total = $K2ModelItem->countItemComments($item->id);
$date = new DateTime($item->created);
$author = $bt->getK2Author($item->created_by);
?>
<div class="item">
<img src="<?php echo $image_normal; ?>" alt="<?php echo $item->title; ?>">
<h5>Cliquez sur le titre</h5>
<h4><a href="<?php echo JRoute::_($link); ?>"><?php echo $item->title; ?></a></h4>
<p><?php echo JText::_(''); ?> <a href="<?php echo JRoute::_($link); ?>" class="name"></a>
<a href="<?php echo JRoute::_($link); ?>" class="comment"></a></p>
<div class="introtext">
<?php echo $item->introtext; ?>
</div>
<a href="<?php echo JRoute::_($link); ?>"><?php echo JText::_('En savoir plus'); ?></a>
</div>
<?php endforeach; endif; ?>
</div>