Changeset 1307 for devel/profile
- Timestamp:
- 11/22/07 17:21:31 (1 year ago)
- Files:
-
- devel/profile/edit.php (modified) (1 diff)
- devel/profile/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/profile/edit.php
r1054 r1307 54 54 $body = $profile->display_form(); 55 55 } 56 $body = templates_draw(array( 'context' => 'contentholder',57 'title' => $title,58 'body' => $body ));59 56 60 print templates_page_draw(array($title, $body)); 61 62 57 templates_page_output($title, $body); 63 58 64 59 function profile_update($profile_new) { devel/profile/index.php
r1215 r1307 309 309 $view = $profile->view(); 310 310 311 $body = templates_draw( array( 312 'context' => 'contentholder', 313 'title' => $title, 314 'body' => $view['body'], 315 )); 316 317 //echo templates_page_draw(array($title, $body, NULL, $view['widgets'])); 318 echo templates_page_draw(array($title, $body)); 311 templates_page_output($title, $view['body']); 319 312 320 313 ?>
