Changeset 147
- Timestamp:
- 25.01.2011 11:56:55 (2 years ago)
- Location:
- dippler/trunk
- Files:
-
- 1 added
- 3 modified
-
start.php (modified) (1 diff)
-
views/default/dippler/course_blog.php (added)
-
views/default/dippler/forms/edit_courseblog_comment.php (modified) (1 diff)
-
views/default/dippler/forms/edit_courseblog_post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dippler/trunk/start.php
r139 r147 155 155 set_input('answer_guid', $page[1]); 156 156 include($CONFIG->pluginspath . 'dippler/indexes/view_answer.php'); 157 break; 158 case "add_courseblog_post": 159 set_input('courseblog', $page[1]); 160 include($CONFIG->pluginspath . 'dippler/indexes/add_courseblog_post.php'); 157 161 break; 158 162 case "manage": -
dippler/trunk/views/default/dippler/forms/edit_courseblog_comment.php
r146 r147 51 51 EOT; 52 52 53 echo elgg_view('input/form', array('action' => "{$vars['url']}action/{$action}" ), 'body' => $form_body);53 echo elgg_view('input/form', array('action' => "{$vars['url']}action/{$action}", 'body' => $form_body)); 54 54 55 55 unset($action); unset($form_body); unset($courseblog); -
dippler/trunk/views/default/dippler/forms/edit_courseblog_post.php
r143 r147 50 50 EOT; 51 51 52 echo elgg_view('input/form', array('action' => "{$vars['url']}action/{$action}" ), 'body' => $form_body);52 echo elgg_view('input/form', array('action' => "{$vars['url']}action/{$action}", 'body' => $form_body)); 53 53 54 54 unset($action); unset($form_body); unset($courseblog);

