* handle backlink in Page instead of Util
 * update event/holiday link
This commit is contained in:
Sarjuuk
2024-02-05 20:57:29 +01:00
parent 6958efcd0f
commit ba53a5c760
7 changed files with 12 additions and 7 deletions

View File

@@ -270,8 +270,6 @@ if (!CLI)
$_ = explode('=', $str, 2);
$pageCall = $_[0];
$pageParam = $_[1] ?? '';
Util::$wowheadLink = 'https://www.wowhead.com/wotlk/'.(User::$localeId ? Util::$subDomains[User::$localeId].'/' : '').$str;
}
else if (!empty($AoWoWconf['aowow']))
Lang::load(LOCALE_EN);