From: martin Date: Fri, 19 Jul 2002 12:11:15 +0000 (+0000) Subject: Altered blink to make it less annoying X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ff56f2d4a7619fd45ade02273332b125e85edf9;p=moodle.git Altered blink to make it less annoying --- diff --git a/course/topics.php b/course/topics.php index 24f0230754..3f1db695d4 100644 --- a/course/topics.php +++ b/course/topics.php @@ -46,13 +46,16 @@ // Links to people + $blinker = " *"; + print_simple_box("People", $align="CENTER", $width="100%", $color="$THEME->cellheading"); $moddata[]="id\">List of all people"; $modicon[]="\"List"; + $editmyprofile = "id&course=$course->id\">Edit my profile" if ($USER->description) { - $moddata[]="id&course=$course->id\">Edit my profile"; + $moddata[]= $editmyprofile; } else { - $moddata[]="id&course=$course->id\">Edit my profile"; + $moddata[]= $editmyprofile.$blinker; } $modicon[]="\"Me\""; print_side_block("", $moddata, "", $modicon);