X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fskins%2FBaseTemplate.php;h=87865dfa0b1d602f1b1d225209cd0555605925e5;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=2d37a0f7e63ec228d7f245fafe7c7d7cabfb0ead;hpb=07a9d50dddbe03277bf156bd5cfa5b1f7cc26cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/skins/BaseTemplate.php b/includes/skins/BaseTemplate.php index 2d37a0f7e6..87865dfa0b 100644 --- a/includes/skins/BaseTemplate.php +++ b/includes/skins/BaseTemplate.php @@ -55,7 +55,6 @@ abstract class BaseTemplate extends QuickTemplate { * @return array */ function getToolbox() { - $toolbox = []; if ( isset( $this->data['nav_urls']['whatlinkshere'] ) && $this->data['nav_urls']['whatlinkshere'] @@ -69,6 +68,7 @@ abstract class BaseTemplate extends QuickTemplate { $toolbox['recentchangeslinked'] = $this->data['nav_urls']['recentchangeslinked']; $toolbox['recentchangeslinked']['msg'] = 'recentchangeslinked-toolbox'; $toolbox['recentchangeslinked']['id'] = 't-recentchangeslinked'; + $toolbox['recentchangeslinked']['rel'] = 'nofollow'; } if ( isset( $this->data['feeds'] ) && $this->data['feeds'] ) { $toolbox['feeds']['id'] = 'feedlinks';