version 1.83, 2004/07/19 21:14:15
|
version 1.84.2.1, 2004/08/17 19:09:33
|
Line 1005 returns: nothing
|
Line 1005 returns: nothing
|
my @Crumbs; |
my @Crumbs; |
|
|
sub breadcrumbs { |
sub breadcrumbs { |
my ($color,$component,$component_help,$function,$domain,$menulink) = |
my ($color,$component,$component_help,$function,$domain,$menulink, |
@_; |
$helplink) = @_; |
if (! defined($color)) { |
if (! defined($color)) { |
if (! defined($function)) { |
if (! defined($function)) { |
$function = &Apache::loncommon::get_users_function(); |
$function = &Apache::loncommon::get_users_function(); |
Line 1068 returns: nothing
|
Line 1068 returns: nothing
|
# if ($bug ne '') { |
# if ($bug ne '') { |
# $icons .= &Apache::loncommon::help_open_bug($bug); |
# $icons .= &Apache::loncommon::help_open_bug($bug); |
# } |
# } |
if (defined($component_help)) { |
if ($helplink ne 'nohelp') { |
$icons .= |
$icons .= &Apache::loncommon::help_open_menu($color,$component,$component_help,$function,$faq,$bug); |
&Apache::loncommon::help_open_topic($component_help); |
} |
} |
|
$icons .= &Apache::loncommon::help_open_menu($color,$component,$component_help,$function,$faq,$bug); |
|
if ($icons ne '') { |
if ($icons ne '') { |
$Str .= $icons.' '; |
$Str .= $icons.' '; |
} |
} |