mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'w21_MDL-27575_m23_skype' of git://github.com/skodak/moodle
This commit is contained in:
commit
ada7dbd93a
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ if ($user->icq && !isset($hiddenfields['icqnumber'])) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($user->skype && !isset($hiddenfields['skypeid'])) {
|
if ($user->skype && !isset($hiddenfields['skypeid'])) {
|
||||||
print_row(get_string('skypeid').':','<a href="callto:'.urlencode($user->skype).'">'.s($user->skype).
|
print_row(get_string('skypeid').':','<a href="skype:'.urlencode($user->skype).'?call">'.s($user->skype).
|
||||||
' <img src="http://mystatus.skype.com/smallicon/'.urlencode($user->skype).'" alt="'.get_string('status').'" '.
|
' <img src="http://mystatus.skype.com/smallicon/'.urlencode($user->skype).'" alt="'.get_string('status').'" '.
|
||||||
' /></a>');
|
' /></a>');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue