Changeset 634 for trunk/app/views/elements
- Timestamp:
- 07/09/08 13:23:48 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/elements/acquaintances.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/acquaintances.ctp
r445 r634 1 1 <?php 2 echo $html->div('temas', __('Useful links', true)); 2 3 3 echo $html->div('temas', 'Useful links'); 4 5 foreach ($blog["Acquaintance"] as $val) 6 { 7 echo '<a class="petit" href="'.$val['url'].'">>'. $val['name'] . '</a><br />'; 8 } 4 foreach ($blog["Acquaintance"] as $val): 5 echo $html->link('>'. $val['name'], $val['url'], aa('class', 'petit')).'<br />'; 6 endforeach; 9 7 10 8 ?>
