Changeset 699 for trunk/app/views/elements
- Timestamp:
- 08/06/08 17:10:36 (4 months ago)
- Location:
- trunk/app/views/elements
- Files:
-
- 1 added
- 1 modified
-
email/text/anonymous.ctp (added)
-
podcast.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/elements/podcast.ctp
r651 r699 6 6 endforeach; 7 7 8 echo $html->para(null, $html->link(__('View all podcast', true), '/podcasts/display/'.$val['user_id'], aa('class', 'petit'))) ';8 echo $html->para(null, $html->link(__('View all podcast', true), '/podcasts/display/'.$val['user_id'], aa('class', 'petit'))); 9 9 10 10 ?> 11
