From 028155556b7c28f234f51a0d749425d0e2548022 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 22 Aug 2007 05:52:46 +0100 Subject: [PATCH] truncate feed title in subtoolbar, vfeed display --- functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index d9ae31ab7..8a8601761 100644 --- a/functions.php +++ b/functions.php @@ -3255,7 +3255,8 @@ if (!$bottom) { $target = "target=\"_new\""; } - print "$feed_title"; + print "". + truncate_string($feed_title,30).""; } else { print $feed_title; } @@ -4131,7 +4132,7 @@ print "$content_link"; print " ". - $line["feed_title"]." "; + truncate_string($line["feed_title"],30)." "; } else { print "";