From 12f5d8fe4b4b6c414604a53a43a7f33478b666f0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Oct 2007 04:02:28 +0100 Subject: [PATCH] hide expand article link when CDM is auto-expanded --- functions.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 "
"; -- 2.39.2