parentlinks: fixed links when po plugin is enabled
(and usedirs is disabled) Signed-off-by: intrigeri <intrigeri@boum.org>master
parent
aed42eb34a
commit
e18a9d9a88
|
@ -36,7 +36,7 @@ sub parentlinks ($) { #{{{
|
|||
$depth=$i;
|
||||
$height=($pagedepth - $depth);
|
||||
push @ret, {
|
||||
url => urlto($path, $page),
|
||||
url => urlto(bestlink($page, $path), $page),
|
||||
page => $title,
|
||||
depth => $depth,
|
||||
height => $height,
|
||||
|
|
Loading…
Reference in New Issue