root/trunk/app/views/elements/lesson.ctp
| Revision 651, 416 bytes (checked in by aarkerio, 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | //die(var_dump($blog[0]["Lesson"])); |
| 3 | echo $html->div('temas', __('Lessons', true)); |
| 4 | |
| 5 | foreach ($blog["Lesson"] as $val): |
| 6 | echo '⺠'.$html->link($val['title'],'/lessons/view/'.$blog['User']['username'].'/'.$val['id'], aa('class','petit')) . '<br />'; |
| 7 | endforeach; |
| 8 | |
| 9 | echo $html->para(null, $html->link(__('View all Lessons', true), '/lessons/display/'.$blog['User']['username'], array("class"=>"petit"))); |
| 10 | |
| 11 | ?> |
Note: See TracBrowser
for help on using the browser.
