root/trunk/app/views/elements/acquaintances.ctp

Revision 651, 202 bytes (checked in by aarkerio, 4 months ago)

Banners ans faqs

Line 
1<?php
2echo $html->div('temas', __('Useful links', true));
3
4foreach ($blog["Acquaintance"] as $val):
5  echo '► '.$html->link($val['name'], $val['url'], aa('class', 'petit')).'<br />';
6endforeach;
7
8?>
Note: See TracBrowser for help on using the browser.