|
|
|
@ -711,14 +711,15 @@ if (api_get_setting('extended_profile') == 'true') { |
|
|
|
|
echo '<a href="/main/messages/inbox.php">'.Display::return_icon('inbox.png').' '.get_lang('Messages').'</a>'; |
|
|
|
|
} |
|
|
|
|
$show = isset($_GET['show']) ? '&show='.Security::remove_XSS($_GET['show']) : ''; |
|
|
|
|
echo '<span style="float:right; padding-top:7px;">'; |
|
|
|
|
|
|
|
|
|
//echo '<span style="float:right; padding-top:7px;">'; |
|
|
|
|
|
|
|
|
|
if (isset($_GET['type']) && $_GET['type'] == 'extended') { |
|
|
|
|
echo '<a href="profile.php?type=reduced'.$show.'">'.Display::return_icon('edit.gif', get_lang('EditNormalProfile')).' '.get_lang('EditNormalProfile').'</a>'; |
|
|
|
|
} else { |
|
|
|
|
echo '<a href="profile.php?type=extended'.$show.'">'.Display::return_icon('edit.gif', get_lang('EditExtendProfile')).' '.get_lang('EditExtendProfile').'</a>'; |
|
|
|
|
} |
|
|
|
|
echo '</span>'; |
|
|
|
|
//echo '</span>'; |
|
|
|
|
|
|
|
|
|
echo '</div>'; |
|
|
|
|
} |
|
|
|
|