diff --git a/functions.php b/functions.php
index 2d5003a78..f9a78b51b 100644
--- a/functions.php
+++ b/functions.php
@@ -4587,7 +4587,15 @@
} else {
$add_class = "";
}
-
+
+ $expand_cdm = get_pref($link, 'CDM_EXPANDED');
+
+ if ($expand_cdm) {
+ $cdm_cstyle = "";
+ } else {
+ $cdm_cstyle = "style=\"display : none\"";
+ }
+
print "
";
@@ -4602,6 +4610,13 @@
print $entry_author;
+ if (!$expand_cdm) {
+ print "
+ (".__('Show article').")";
+ }
+
+
if ($line["feed_title"]) {
print " (
".$line["feed_title"].")";
}
@@ -4613,27 +4628,20 @@
"target=\"_new\" href=", $line["content_preview"]);
}
- $expand_cdm = get_pref($link, 'CDM_EXPANDED');
+ print "
";
- if ($expand_cdm) {
- $cdm_cstyle = "";
- } else {
- $cdm_cstyle = "style=\"display : none\"";
- }
-
- print "
";
-
- print "
";
+// print "
";
print $line["content_preview"];
- print "
";
+ print "
";
+// print "
";
- if (!$expand_cdm) {
+/* if (!$expand_cdm) {
print "
Show article";
- }
+ } */
- print "
";
+ print "
";
print "