Changeset 151 for trunk/app/views/lessons
- Timestamp:
- 09/25/07 15:13:48 (15 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/lessons/display.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/lessons/display.thtml
r82 r151 6 6 foreach ($data as $v) 7 7 { 8 echo '<p><a class="title" href="/lessons/view/'.$blog[ 0]['User']['username'].'/'.$v['Lesson']['id'].'">' . $v['Lesson']['title'] . '</a></p>';8 echo '<p><a class="title" href="/lessons/view/'.$blog['User']['username'].'/'.$v['Lesson']['id'].'">' . $v['Lesson']['title'] . '</a></p>'; 9 9 } 10 10 ?>
