From: Andrew Dolgov Date: Wed, 22 Aug 2007 04:52:46 +0000 (+0100) Subject: truncate feed title in subtoolbar, vfeed display X-Git-Tag: 1.2.14.2~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=028155556b7c28f234f51a0d749425d0e2548022;p=tt-rss.git truncate feed title in subtoolbar, vfeed display --- diff --git a/functions.php b/functions.php index d9ae31ab..8a860176 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 "";