non, je ne comprend pas, voici ma rangée:
Code :
<row>
   <block module="clients" id="client" language="fr" cache="lifetime">      
      <h6 class="section-title">Les derniers sites web</h6>
      <ul class="projects-carousel clearfix">      
         <atm-search what="{clients}" name="client">
            <atm-search-order search="client" type="objectID" direction="desc" />
            <atm-result search="client">
               <li>
                  <a href="{clients:url:hrefvalue}">
                     <img src="{clients:image:image|width,height}" alt=""/>
                     <h5 class="title">{clients:nom:label}</h5>
                     <span class="categories">{clients:tags:label}</span>
                  </a>
               </li>
            </atm-result>
         </atm-search>
      </ul>
   </block>
</row>   
mon soucis est sur cette ligne: <a href="{clients:url:hrefvalue}"> si je remplace par <a href="{clients:url:hreftarget}"> l'url devient: localhost_target ce qui ne fonctionne pas forcement !!!