From 6df84422db3102281fbe9eb78eed61dcc197aa02 Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Sun, 5 Jan 2014 13:37:27 +0000 Subject: [PATCH] Add rel=nofollow to printpage links --- Themes/default/Display.template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/Display.template.php b/Themes/default/Display.template.php index ed481fe..c5732e1 100644 --- a/Themes/default/Display.template.php +++ b/Themes/default/Display.template.php @@ -210,7 +210,7 @@ src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> if (false && $context['can_send_topic']) $buttonArray[] = '' . ($settings['use_image_buttons'] ? '' . $txt[707] . '' : $txt[707]) . ''; - $buttonArray[] = '' . ($settings['use_image_buttons'] ? '' . $txt[465] . '' : $txt[465]) . ''; + $buttonArray[] = '' . ($settings['use_image_buttons'] ? '' . $txt[465] . '' : $txt[465]) . ''; echo implode($context['menu_separator'], $buttonArray);