* 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

@@ -300,7 +300,7 @@ class EventPage extends GenericPage
else
{
if ($this->hId)
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/event='.$this->hId;
$this->wowheadLink = sprintf(WOWHEAD_LINK, Util::$subDomains[User::$localeId], 'event', $this->hId);
/********************/
/* finalize infobox */