1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-02 10:13:01 +00:00

Fix repeated page names on sidebar - remove index.php

Remove changes from build/index.php
This commit is contained in:
Isabeau Kisler 2017-05-28 15:45:05 -07:00
parent 9ed0d666f9
commit d02bccf145

View file

@ -2068,9 +2068,6 @@ function render_sidebar($pageindex, $root_pagename = "")
if($pagename == $root_pagename)
continue;
// If the page already appears on the sidebar, skip it
if(preg_match("/>$pagename<\a>/m",$result)===1)
continue;
// If the part of the current pagename that comes after the root
// pagename has a slash in it, skip it as it is a sub-sub page.