mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/External Links
* try to prompt the brwoser to not send a referrer header when leaving the site.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// link to wowhead
|
||||
if (isset($this->redButtons[BUTTON_WOWHEAD])):
|
||||
if ($this->redButtons[BUTTON_WOWHEAD]):
|
||||
echo '<a href="'.$this->wowheadLink.'" rel="np" class="button-red"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
echo '<a href="'.$this->wowheadLink.'" rel="np" referrerpolicy="no-referrer" class="button-red"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
else:
|
||||
echo '<a href="javascript:;" class="button-red button-red-disabled"><em><b><i>Wowhead</i></b><span>Wowhead</span></em></a>';
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user