| 181 |
if ($self->{section_rank} == 2 or length $opt{parent_id}) { |
if ($self->{section_rank} == 2 or length $opt{parent_id}) { |
| 182 |
my $st = $opt{short_title} || $opt{title}; |
my $st = $opt{short_title} || $opt{title}; |
| 183 |
push @{$self->{nav}}, |
push @{$self->{nav}}, |
| 184 |
[$id => $st => $opt{text}]; |
[$id => $st => $opt{text}] if $self->{section_rank} == 2; |
| 185 |
|
|
| 186 |
$self->start_tag ('script'); |
$self->start_tag ('script'); |
| 187 |
$self->html (qq[ addSectionLink ('$id', ']); |
$self->html (qq[ addSectionLink ('$id', ']); |