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

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

Banners ans faqs

Line 
1<?php
2//die(var_dump($blog[0]["Lesson"]));
3echo $html->div('temas', __('Lessons', true));
4
5foreach ($blog["Lesson"] as $val):
6    echo '► '.$html->link($val['title'],'/lessons/view/'.$blog['User']['username'].'/'.$val['id'], aa('class','petit')) . '<br />';
7endforeach;
8
9echo $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.