summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 12:24:17 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 12:24:17 +0400
commit35be65a1da408c7fe87c33c062d777c04a4b8a85 (patch)
treee0375fff8bd78cbf5f181fab72cf94ca3a5be9ed /include
parent38325ad6d181b276ecf851062be8cda1e58105b7 (diff)
remove zoomToArticle() and PTITLE bits
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 0 insertions, 3 deletions
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'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
- truncate_string(strip_tags($line['title']), 15) . "</div>";
-
$rv['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
strip_tags($line['title']) . "</div>";