diff --git a/main/auth/profile.php b/main/auth/profile.php index 49506c5e90..f9177dc9be 100644 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -1,4 +1,4 @@ -addElement('select_language', 'language', get_lang('Language')); if (api_get_setting('profile', 'language') !== 'true') $form->freeze('language'); - // EXTENDED PROFILE this make the page very slow! if (api_get_setting('extended_profile') == 'true') { if ($_GET['type']=='extended') { @@ -812,7 +811,7 @@ $big_image_width= $big_image_size[0]; $big_image_height= $big_image_size[1]; $url_big_image = $big_image.'?rnd='.time(); -echo '
'; +echo '
'; if ($image=='unknown.jpg') { echo ''; } else { diff --git a/main/messages/new_message.php b/main/messages/new_message.php index 02ed5c8c1f..42946d8a70 100755 --- a/main/messages/new_message.php +++ b/main/messages/new_message.php @@ -1,11 +1,11 @@ - - Copyright (c) Facultad de Matematicas, UADY (M�xico) + Copyright (c) Facultad de Matematicas, UADY (México) Copyright (c) Evie, Free University of Brussels (Belgium) Copyright (c) 2009 Isaac Flores Paz For a full list of contributors, see "credits.txt". @@ -101,7 +101,7 @@ $(document).ready(function (){ '; $nameTools = api_xml_http_response_encode(get_lang('ComposeMessage')); -$fck_attribute['Height'] = "150"; +$fck_attribute['Height'] = "250"; $fck_attribute['Width'] = "95%"; $fck_attribute['ToolbarSet'] = "Profil"; $fck_attribute['Config']['ToolbarStartExpanded']='false'; diff --git a/main/social/profile.php b/main/social/profile.php index 5d59611c4c..9e1b73d239 100644 --- a/main/social/profile.php +++ b/main/social/profile.php @@ -483,7 +483,7 @@ echo '
'; else $friend_html.= '
'.$friends_count.' '.get_lang('Friends').'
'; if (api_get_user_id() == $user_id) - $friend_html.= '
'.get_lang('SeeAll').'
'; + $friend_html.= '
'.get_lang('SeeAll').'
'; $friend_html.= '
'; // close div friend-header for ($k=0;$k<$loop_friends;$k++) {