![]() ![]() | ![]() |
version 1.81, 2004/07/16 19:54:51 | version 1.82, 2004/07/19 17:57:01 |
---|---|
Line 1057 returns: nothing | Line 1057 returns: nothing |
} @Crumbs | } @Crumbs |
); | ); |
$links .= '->' if ($links ne ''); | $links .= '->' if ($links ne ''); |
$links .= '<b>'.$last->{'text'}.'</b>'; | $links .= '<b>'.&mt($last->{'text'}).'</b>'; |
# | # |
my $icons = ''; | my $icons = ''; |
$faq = $last->{'faq'} if (exists($last->{'faq'})); | $faq = $last->{'faq'} if (exists($last->{'faq'})); |