Pico/lib
Daniel Willmann b2df860546 Add option to set a locale
As mentioned in https://www.php.net/manual/en/function.basename.php both
basename() and dirname() are locale aware.
An incorrect locale can cause the page tree to behave in strange ways.

For example the structure

/über-uns
 |-index.md
 |-impressum.md

could lead to the page impressum not being a child of über-uns.
2020-06-14 17:34:46 +02:00
..
AbstractPicoPlugin.php Update @version phpDoc class docs 2019-11-11 19:02:11 +01:00
Pico.php Add option to set a locale 2020-06-14 17:34:46 +02:00
PicoPluginInterface.php Update @version phpDoc class docs 2019-11-11 19:02:11 +01:00
PicoTwigExtension.php Update @version phpDoc class docs 2019-11-11 19:02:11 +01:00