*/
function profile_get_user_edit_content($user, $page) {
$section = (isset($page[2])) ? $page[2] : 'details';
- $content = elgg_view('profile/profile_navigation', array('section' => $section, 'entity' => $user));
switch ($section) {
case 'icon':
}
$content = profile_get_user_edit_content($user, $page);
- $content = elgg_view_layout($layout, 'asdf', $content);
+ $content = elgg_view_layout($layout, '', $content);
break;
default:
width: 100px;
height: 100px;
}
+/* @todo fix image cropping */
+#avatar_cropping img.current_user_avatar {
+ max-width:560px;
+}
/* ***************************************