8.8. linkurl (URLs automatisch verlinkt und verkürzt)

URLs werden automatisch verlinkt und gleichzeitig intelligent verkürzt.

Beispiel 8.11. linkurl aus ~/modules/affiliate/affiliate_clicks.html

  
     
       {$clickthroughs_array[i].affiliate_clientreferer|linkurl:45:false}
      
       AUSGABE:http://www.r23.de/...uct_info/products_id/107
     
     
       {$clickthroughs_array[i].affiliate_clientreferer|linkurl:45}
 
       AUSGABE: 
       <a href="http://www.r23.de/galerie/product_info/products_id/107" 
          title="http://www.r23.de/galerie/product_info/products_id/107" target="_blank">
          http://www.r23.de/...uct_info/products_id/107</a>