Show
Ignore:
Timestamp:
07/09/08 13:23:48 (5 months ago)
Author:
aarkerio
Message:

Added image and comments fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/acquaintances.ctp

    r445 r634  
    11<?php 
     2echo $html->div('temas', __('Useful links', true)); 
    23 
    3 echo $html->div('temas', 'Useful links'); 
    4  
    5 foreach ($blog["Acquaintance"] as $val)  
    6 { 
    7   echo '<a class="petit" href="'.$val['url'].'">&gt;'. $val['name'] . '</a><br />'; 
    8 } 
     4foreach ($blog["Acquaintance"] as $val): 
     5  echo $html->link('>'. $val['name'], $val['url'], aa('class', 'petit')).'<br />'; 
     6endforeach; 
    97 
    108?>