X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSkinTemplate.php;h=2ddbfe92f23496d139688ee91dd55a7505d80f90;hb=340a258a81f8a7a34ce1b4a692bfbe7f80e27c33;hp=3f07dd613a8958e5abf3f93e2be7a99096b2d686;hpb=9803fd6b2eaa852005e07d4c56de1fc27deec973;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 3f07dd613a..2ddbfe92f2 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1420,6 +1420,7 @@ abstract class BaseTemplate extends QuickTemplate { } if ( isset( $this->data['nav_urls']['print'] ) && $this->data['nav_urls']['print'] ) { $toolbox['print'] = $this->data['nav_urls']['print']; + $toolbox['print']['id'] = 't-print'; $toolbox['print']['rel'] = 'alternate'; $toolbox['print']['msg'] = 'printableversion'; }