Skip to content

Commit

Permalink
Update profile.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokraus committed Oct 30, 2024
1 parent 3af6e45 commit b01ac8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class profile {
* @param $user
*
* @throws \coding_exception
* @throws \dml_exception
*/
public static function details($user) {
echo "<div class='profile-content'>
Expand Down Expand Up @@ -152,7 +153,7 @@ public static function list_courses($userid) {
<div>" . get_string_kopere('profile_enrol_start') . '
<em>' . userdate($enrolment->timestart, get_string_kopere('dateformat')) . "</em>
{$expirationend} -
<a class='btn btn-info btn-xs'
<a class='btn btn-info btn-xs'
href='{$url}'>" . get_string_kopere('profile_edit') . '</a>
</div>
<div class="roles">' . get_string_kopere('profile_enrol_profile') . ": {$rolehtml}</div>
Expand Down

0 comments on commit b01ac8e

Please sign in to comment.