From 9a893e03d7b9266d9eed07cefbd78d092c7be760 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 10 Apr 2025 23:54:49 +0200 Subject: [PATCH] Misc/External Links * try to prompt the brwoser to not send a referrer header when leaving the site. --- template/bricks/redButtons.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bricks/redButtons.tpl.php b/template/bricks/redButtons.tpl.php index 9142ba13..b8cfedcf 100644 --- a/template/bricks/redButtons.tpl.php +++ b/template/bricks/redButtons.tpl.php @@ -4,7 +4,7 @@ // link to wowhead if (isset($this->redButtons[BUTTON_WOWHEAD])): if ($this->redButtons[BUTTON_WOWHEAD]): - echo 'WowheadWowhead'; + echo 'WowheadWowhead'; else: echo 'WowheadWowhead'; endif;