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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user