1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

I don't know why I added the base root for language codes..

This commit is contained in:
Hannes Magnusson
2013-12-26 16:10:00 -08:00
parent ec187133dc
commit ab3c553caa

View File

@@ -374,7 +374,7 @@ function manual_setup($setup) {
"prev" => $base . $setup["prev"][0],
"next" => $base . $setup["next"][0],
),
"lang" => $base . $setup["head"][1],
"lang" => $setup["head"][1],
"thispage" => $setup["this"][0],
"prev" => $setup["prev"],
"next" => $setup["next"],