Changeset 143 for trunk/views/default/edufeedr/educourse_blog.php
- Timestamp:
- 08/24/10 11:12:12 (21 months ago)
- Files:
-
- 1 modified
-
trunk/views/default/edufeedr/educourse_blog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/views/default/edufeedr/educourse_blog.php
r135 r143 9 9 $body .= elgg_view('edufeedr/educourse_de', array('entity'=> $vars['entity'])); 10 10 11 $body .= '<table >';11 $body .= '<table id="edufeedr_educourse_bc_table">'; 12 12 $body .= '<tr><td style="padding-right: 10px;">'; 13 13 /*translation:Blog posts*/ … … 95 95 96 96 if ($comment['post_id']) { 97 $chtml .= '<div class="clearfloat"></div>'; 97 98 /*translation:read the post*/ 98 99 $chtml .= '<a href="'.$vars['url'].'pg/edufeedr/view_post/'.$vars['entity']->getGUID().'/'.$comment['post_id'].'">' . elgg_echo('edufeedr:read:the:blogpost') . '</a>';
