root/trunk/app/views/elements/acquaintances.ctp
| Revision 651, 202 bytes (checked in by aarkerio, 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | echo $html->div('temas', __('Useful links', true)); |
| 3 | |
| 4 | foreach ($blog["Acquaintance"] as $val): |
| 5 | echo '⺠'.$html->link($val['name'], $val['url'], aa('class', 'petit')).'<br />'; |
| 6 | endforeach; |
| 7 | |
| 8 | ?> |
Note: See TracBrowser
for help on using the browser.
