ugly fix for parentlink back to top of wiki

master
joey 2006-03-14 04:54:50 +00:00
parent 1c4d4e1e04
commit e2e1badeae
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ sub parentlinks ($) { #{{{
}
$path.="../";
}
$path=~s!../!!;
unshift @ret, { url => $path , page => $config{wikiname} };
return @ret;
} #}}}