From 35be65a1da408c7fe87c33c062d777c04a4b8a85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Feb 2013 12:24:17 +0400 Subject: remove zoomToArticle() and PTITLE bits --- include/functions.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index b2d93acde..4e5b8e39f 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2902,9 +2902,6 @@ $title_escaped = htmlspecialchars($line['title']); - $rv['content'] .= "
" . - truncate_string(strip_tags($line['title']), 15) . "
"; - $rv['content'] .= "
" . strip_tags($line['title']) . "
"; -- cgit v1.2.3