From: Andrew Dolgov Date: Thu, 18 Oct 2007 03:02:28 +0000 (+0100) Subject: hide expand article link when CDM is auto-expanded X-Git-Tag: 1.2.16~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=12f5d8fe4b4b6c414604a53a43a7f33478b666f0;p=tt-rss.git hide expand article link when CDM is auto-expanded --- diff --git a/functions.php b/functions.php index 32240b1a..7de4ed1b 100644 --- a/functions.php +++ b/functions.php @@ -4636,9 +4636,11 @@ print $line["content_preview"]; print ""; - print " - Show article"; + if (!$expand_cdm) { + print " + Show article"; + } print "
";