Doğru Cevap
-
defined('_JEXEC') or die('Restricted access'); $doc = &JFactory::getDocument(); $doc->addStyleSheet( JURI::base() . 'modules/mod_annonces/assets/annonces.css' ); $items = count($list); $i = 0; ?> <div style="clear:both"></div> <?php foreach ($list as $annonce) : ?> <div id="ad<?php echo ($params->get('layout') == 0 ? '' : '2') ?>"> <?php echo '<a href="'. JRoute::_('index.php?option=com_annonces&view=annonce&id='.$annonce->id).'&Itemid='. JRequest::getVar('Itemid', 1, 'get', 'int').'">'. $annonce->objet .'</a>'; ?><br/> <span class="petit"> <?php echo ( $annonce->showConstructor ? '('.$annonce->constructeur.') - ' : '' ) ?> <?php echo $annonce->datePubli ?> </span><br/> <?php echo '<a class="modannonces_img" href="'. JRoute::_('index.php?option=com_annonces&view=annonce&id='.$annonce->id).'&Itemid='. JRequest::getVar('Itemid', 1, 'get', 'int').'">' ?><img src="<?php echo $annonce->vignette_url?>" alt="" class="modannonces_img"/></a><br/> <?php if ( $params->get('showPrice') ) : ?> <?php echo JText::_('Fiyat')?>: <strong><?php echo str_replace(" ", utf8_encode("\xA0"), number_format($annonce->prix, 0, '.', ' ')) .' '. $annonce->currency ?></strong> <?php endif; ?> </div><?php $i++; echo ( (count($list) != $i) && ($params->get('layout') == 0) ? '<hr class="ads"/>' : '') ?> <?php endforeach; ?> <div style="clear:both"></div>
joomlayı hiç kullanmadım ama, dener misin?-
ismailbal20
teşekkürler oldu12 yıl önce yazılmış -
ismailbal20
birde şöyle bir sorun var hocam. umarım buna da çare bulabilriz. belki aynı yerdendir. ben ilana tıkladıgımda ilanın altında acılıyor detayları. yani ilan sayfasında acmıyor ilanı. acaba buda oradan olabilir mi
http://c1109.hizliresim.com/11/9/10/20035.jpg12 yıl önce yazılmış
-
Cevaplar
Hiç cevap bulunamadı.